Skip to content

Commit

Permalink
Merge pull request #9789 from spaceone/fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Mar 18, 2022
2 parents 22756c2 + 8f64a39 commit 6312664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/python_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def approx(expected, rel=None, abs=None, nan_ok: bool = False) -> ApproxBase:
>>> {'a': 0.1 + 0.2, 'b': 0.2 + 0.4} == approx({'a': 0.3, 'b': 0.6})
True
The comparision will be true if both mappings have the same keys and their
The comparison will be true if both mappings have the same keys and their
respective values match the expected tolerances.
**Tolerances**
Expand Down

0 comments on commit 6312664

Please sign in to comment.