summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2017-10-25 08:22:36 -0700
committerGitHub <noreply@github.com>2017-10-25 08:22:36 -0700
commitf810ae199e895d4274f527be1dd705fc275a2cb5 (patch)
treef4aa44ccb6ba7eda3c979d46970b58734bc7c4bb
parent8e399cf652f8e9b1dfcb245f4b23ede0158854ee (diff)
parent331fc8512e77732b9bac1e9ed5dc92bef3065cc4 (diff)
downloadpep8-f810ae199e895d4274f527be1dd705fc275a2cb5.tar.gz
Merge pull request #699 from Wilfred/patch-1
Fix space in flag name
-rw-r--r--docs/intro.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 9af82da..4ddf91f 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -422,8 +422,8 @@ This is the current list of error and warning codes:
**(*)** In the default configuration, the checks **E121**, **E123**, **E126**,
**E133**, **E226**, **E241**, **E242**, **E704** and **W503** are ignored because
they are not rules unanimously accepted, and `PEP 8`_ does not enforce them. The
-check **E133** is mutually exclusive with check **E123**. Use switch ``--hang-
-closing`` to report **E133** instead of **E123**.
+check **E133** is mutually exclusive with check **E123**. Use switch
+``--hang-closing`` to report **E133** instead of **E123**.
**(^)** These checks can be disabled at the line level using the ``# noqa``
special comment. This possibility should be reserved for special cases.