Skip to content

Commit d7b2303

Browse files
authored
Oops
1 parent 740fc14 commit d7b2303

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)