Skip to content

Commit 147c399

Browse files
authored
Fixed wording in docstring
1 parent c5b9c14 commit 147c399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycodestyle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,8 +1209,8 @@ def break_after_binary_operator(logical_line, tokens):
12091209
r"""
12101210
Avoid breaks after binary operators.
12111211
1212-
The preferred place to break around a binary operator is after the
1213-
operator, not before it.
1212+
The preferred place to break around a binary operator is before the
1213+
operator, not after it.
12141214
12151215
W504: (width == 0 +\n height == 0)
12161216
W504: (width == 0 and\n height == 0)

0 commit comments

Comments
 (0)