Skip to content
Snippets Groups Projects
Unverified Commit 147c399c authored by Ian Lee's avatar Ian Lee Committed by GitHub
Browse files

Fixed wording in docstring

parent c5b9c147
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1209,8 +1209,8 @@ def break_after_binary_operator(logical_line, tokens):
r"""
Avoid breaks after binary operators.
 
The preferred place to break around a binary operator is after the
operator, not before it.
The preferred place to break around a binary operator is before the
operator, not after it.
 
W504: (width == 0 +\n height == 0)
W504: (width == 0 and\n height == 0)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment