Skip to content

Commit a6e423c

Browse files
committed
Merge pull request #415 from sigmavirus24/patch-1
Add W503 to the error code table in the docs
2 parents 435d1cb + d06b015 commit a6e423c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/intro.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,11 @@ This is the current list of error and warning codes:
392392
| W391 | blank line at end of file |
393393
+----------+----------------------------------------------------------------------+
394394
+----------+----------------------------------------------------------------------+
395+
| **W5** | *Line break warning* |
396+
+----------+----------------------------------------------------------------------+
397+
| W503 | line break occurred before a binary operator |
398+
+----------+----------------------------------------------------------------------+
399+
+----------+----------------------------------------------------------------------+
395400
| **W6** | *Deprecation warning* |
396401
+----------+----------------------------------------------------------------------+
397402
| W601 | .has_key() is deprecated, use 'in' |

0 commit comments

Comments
 (0)