Skip to content

Commit 0e1a2fd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d7b2303 commit 0e1a2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/lint/base_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _make_linter_options(linter: PyLinter) -> Options:
6969
"default": [],
7070
"help": "Add files or directories matching the regex patterns to the "
7171
"ignore-list. The regex matches against paths and can be in "
72-
"Posix or Windows format. Because '\' represents the directory delimiter "
72+
"Posix or Windows format. Because '' represents the directory delimiter "
7373
"on Windows systems, it can't be used as an escape character.",
7474
},
7575
),

0 commit comments

Comments
 (0)