summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-02-24 16:45:02 -0500
committerGitHub <noreply@github.com>2022-02-24 16:45:02 -0500
commit79e191d7c68b7c0d77f1f94a53558004c477cf8b (patch)
tree4e3c9b8a8b1a20dd6d5996407c320278a8fcadc2
parentf8edd9e1fe9ec6d61b42d5824d25ea43004383f3 (diff)
parent604dc6933511d99ba14bc9a6771055a8f4ca5304 (diff)
downloadpep8-79e191d7c68b7c0d77f1f94a53558004c477cf8b.tar.gz
Merge pull request #1056 from wjandrea/patch-1
docs: Fix double-dash converted to en-dash
-rw-r--r--docs/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index ffc5fc3..2f10813 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -432,7 +432,7 @@ This is the current list of error and warning codes:
**(*)** In the default configuration, the checks **E121**, **E123**, **E126**, **E133**,
**E226**, **E241**, **E242**, **E704**, **W503**, **W504** and **W505** are ignored
because they are not rules unanimously accepted, and `PEP 8`_ does not enforce them.
-Please note that if the option **--ignore=errors** is used,
+Please note that if the option ``--ignore=errors`` is used,
the default configuration will be overridden and ignore only the check(s) you skip.
The check **W503** is mutually exclusive with check **W504**.
The check **E133** is mutually exclusive with check **E123**. Use switch