Skip to content

Commit 95e4047

Browse files
author
Aleck Landgraf
committed
Fixes showing an errant space in the docs with the hang-closing flag
1 parent b02d768 commit 95e4047

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
@@ -405,8 +405,8 @@ This is the current list of error and warning codes:
405405
**(*)** In the default configuration, the checks **E121**, **E123**, **E126**,
406406
**E133**, **E226**, **E241**, **E242**, **E704** and **W503** are ignored because
407407
they are not rules unanimously accepted, and `PEP 8`_ does not enforce them. The
408-
check **E133** is mutually exclusive with check **E123**. Use switch ``--hang-
409-
closing`` to report **E133** instead of **E123**.
408+
check **E133** is mutually exclusive with check **E123**. Use switch
409+
``--hang-closing`` to report **E133** instead of **E123**.
410410

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

0 commit comments

Comments
 (0)