summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-06 14:35:55 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-09 09:20:58 +0100
commitcc57361db5f8458930e612206f0e05d3fc882c93 (patch)
tree39783b3cac3f7a6fc2cedefbc15bc37e1528f56d
parent598092fbb21def8b56b9e676a433517b7a69ba1b (diff)
downloadpep8-cc57361db5f8458930e612206f0e05d3fc882c93.tar.gz
Remove involuntary NBSP from the documentation
-rw-r--r--docs/intro.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 7945053..7fbf654 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -406,9 +406,9 @@ This is the current list of error and warning codes:
+------------+----------------------------------------------------------------------+
| **W5** | *Line break warning* |
+------------+----------------------------------------------------------------------+
-| W503 (*)   | line break before binary operator                         |
+| W503 (*) | line break before binary operator |
+------------+----------------------------------------------------------------------+
-| W504 (*)   | line break after binary operator                         |
+| W504 (*) | line break after binary operator |
+------------+----------------------------------------------------------------------+
| W505 (\*^) | doc line too long (82 > 79 characters) |
+------------+----------------------------------------------------------------------+