Skip to content

Commit 9777ac5

Browse files
authored
Merge pull request #1040 from wjandrea/patch-2
docs: E203 also applies to comma and semicolon
2 parents f6ba110 + b8bb460 commit 9777ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ This is the current list of error and warning codes:
264264
+------------+----------------------------------------------------------------------+
265265
| E202 | whitespace before ')' |
266266
+------------+----------------------------------------------------------------------+
267-
| E203 | whitespace before ':' |
267+
| E203 | whitespace before ',', ';', or ':' |
268268
+------------+----------------------------------------------------------------------+
269269
+------------+----------------------------------------------------------------------+
270270
| E211 | whitespace before '(' |

0 commit comments

Comments
 (0)