Skip to content

Commit

Permalink
Merge pull request #1040 from wjandrea/patch-2
Browse files Browse the repository at this point in the history
docs: E203 also applies to comma and semicolon
  • Loading branch information
asottile authored Nov 23, 2021
2 parents f6ba110 + b8bb460 commit 9777ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 '(' |
Expand Down

0 comments on commit 9777ac5

Please sign in to comment.