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 d7b2303 commit 0e1a2fdCopy full SHA for 0e1a2fd
pylint/lint/base_options.py
@@ -69,7 +69,7 @@ def _make_linter_options(linter: PyLinter) -> Options:
69
"default": [],
70
"help": "Add files or directories matching the regex patterns to the "
71
"ignore-list. The regex matches against paths and can be in "
72
- "Posix or Windows format. Because '\' represents the directory delimiter "
+ "Posix or Windows format. Because '' represents the directory delimiter "
73
"on Windows systems, it can't be used as an escape character.",
74
},
75
),
0 commit comments