summaryrefslogtreecommitdiff
path: root/pylint/lint
diff options
context:
space:
mode:
authortbennett0 <tbennett0@users.noreply.github.com>2022-07-21 14:41:11 -0600
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-11-09 20:51:11 +0100
commit0e3a0da1d7cf62affb6196ee4713ad4f5c54f6f8 (patch)
tree99d21d1b5f96cdd4e7d5911b704dcbc9cd90e3d8 /pylint/lint
parentf561753b192481dfff9f8ad6a04a7cb72b75385c (diff)
downloadpylint-git-0e3a0da1d7cf62affb6196ee4713ad4f5c54f6f8.tar.gz
Double escape to put escape character in rst
Diffstat (limited to 'pylint/lint')
-rw-r--r--pylint/lint/base_options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/lint/base_options.py b/pylint/lint/base_options.py
index 3ea95c745..6de88e44e 100644
--- a/pylint/lint/base_options.py
+++ b/pylint/lint/base_options.py
@@ -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.",
},
),