Skip to content

Commit f810ae1

Browse files
authored
Merge pull request #699 from Wilfred/patch-1
Fix space in flag name
2 parents 8e399cf + 331fc85 commit f810ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ This is the current list of error and warning codes:
422422
**(*)** In the default configuration, the checks **E121**, **E123**, **E126**,
423423
**E133**, **E226**, **E241**, **E242**, **E704** and **W503** are ignored because
424424
they are not rules unanimously accepted, and `PEP 8`_ does not enforce them. The
425-
check **E133** is mutually exclusive with check **E123**. Use switch ``--hang-
426-
closing`` to report **E133** instead of **E123**.
425+
check **E133** is mutually exclusive with check **E123**. Use switch
426+
``--hang-closing`` to report **E133** instead of **E123**.
427427

428428
**(^)** These checks can be disabled at the line level using the ``# noqa``
429429
special comment. This possibility should be reserved for special cases.

0 commit comments

Comments
 (0)