Merge pull request #9790 from pytest-dev/backport-9789-to-7.1.x

[7.1.x] [style]: fix typo in docstring
This commit is contained in:
Bruno Oliveira 2022-03-18 19:01:32 -03:00 committed by GitHub
commit 0ceaa57d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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**