We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25b7fb commit 2cd4cdaCopy full SHA for 2cd4cda
doc/user_guide/checkers/extensions.rst
@@ -89,9 +89,9 @@ Code Style checker Messages
89
readability (it's also faster as it avoids an internal exec call). Disabled
90
by default!
91
: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
+ Using math.inf or math.nan permits to benefit from typing and it is up to 4 times
93
faster than a float call (after the initial import of math). This check also
94
- catch typo in float calls as a side effect.
+ catches typos in float calls as a side effect.
95
96
97
.. _pylint.extensions.comparison_placement:
0 commit comments