Skip to content

Commit 2cd4cda

Browse files
Update doc/user_guide/checkers/extensions.rst
Co-authored-by: Morwenn <[email protected]>
1 parent d25b7fb commit 2cd4cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/user_guide/checkers/extensions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Code Style checker Messages
8989
readability (it's also faster as it avoids an internal exec call). Disabled
9090
by default!
9191
:consider-math-not-float (R6106): *Consider %smath.%s instead of %s*
92-
Using math.inf or math.nan permits to benefit from typing and it is 4 time
92+
Using math.inf or math.nan permits to benefit from typing and it is up to 4 times
9393
faster than a float call (after the initial import of math). This check also
94-
catch typo in float calls as a side effect.
94+
catches typos in float calls as a side effect.
9595

9696

9797
.. _pylint.extensions.comparison_placement:

0 commit comments

Comments
 (0)