Skip to content

Commit

Permalink
Double escape to put escape character in rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennett0 authored Jul 21, 2022
1 parent a787940 commit 9ff5f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/lint/base_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _make_linter_options(linter: PyLinter) -> Options:
"default": [],
"help": "Add files or directories matching the regular expressions patterns to the "
"ignore-list. The regex matches against paths and can be in "
"Posix or Windows format. Because '\\' represents the directory delimiter "
"Posix or Windows format. Because '\\\\' represents the directory delimiter "
"on Windows systems, it can't be used as an escape character.",
},
),
Expand Down

0 comments on commit 9ff5f70

Please sign in to comment.