From 95e4047f989e8b13d273a550838dbe7f90ab30f4 Mon Sep 17 00:00:00 2001 From: Aleck Landgraf Date: Thu, 2 Jun 2016 15:02:22 -0700 Subject: [PATCH] Fixes showing an errant space in the docs with the ``hang-closing`` flag --- docs/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index 12f67d7e..d474c864 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -405,8 +405,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.