summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-11-23 09:13:20 -0500
committerGitHub <noreply@github.com>2021-11-23 09:13:20 -0500
commit9777ac5a8ea1ae14e70bfb27063e2e7c0daa06e3 (patch)
tree2167e3a2a328ae336add34184216ce448627d618
parentf6ba11080c3909aa6fb4e0b62524b8e403a63eef (diff)
parentb8bb460dae1935420149e92317cae55d3b3c2f99 (diff)
downloadpep8-9777ac5a8ea1ae14e70bfb27063e2e7c0daa06e3.tar.gz
Merge pull request #1040 from wjandrea/patch-2
docs: E203 also applies to comma and semicolon
-rw-r--r--docs/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 7fbf654..ffc5fc3 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -264,7 +264,7 @@ This is the current list of error and warning codes:
+------------+----------------------------------------------------------------------+
| E202 | whitespace before ')' |
+------------+----------------------------------------------------------------------+
-| E203 | whitespace before ':' |
+| E203 | whitespace before ',', ';', or ':' |
+------------+----------------------------------------------------------------------+
+------------+----------------------------------------------------------------------+
| E211 | whitespace before '(' |