Skip to content

Commit b8bb460

Browse files
authored
docs: E203 also applies to comma and semicolon
Per PEP8, "Avoid extraneous whitespace ... Immediately before a comma, semicolon, or colon". https://www.python.org/dev/peps/pep-0008/#pet-peeves
1 parent f6ba110 commit b8bb460

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)