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 0a8ba7f commit 08efe18Copy full SHA for 08efe18
1 file changed
doc/data/messages/i/invalid-character-carriage-return/details.rst
@@ -1,5 +1,5 @@
1
-This message exists because one of our checker is very generic, but it's never going to
2
-raise during normal use as it's a ``syntax-error`` that would prevents the python ast
3
-(and thus pylint) to construct a code representation of the file.
+This message exists because one of our checkers is very generic, but it's never going to
+raise during normal use as it's a ``syntax-error`` that would prevent the python ast
+(and thus pylint) from constructing a code representation of the file.
4
5
You could encounter it by feeding a properly constructed node directly to the checker.
0 commit comments