We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef00c68 commit 9341623Copy full SHA for 9341623
scripts/validate_string_concatenation.py
@@ -143,16 +143,16 @@ def strings_with_wrong_placed_space(
143
144
For example:
145
146
- >>> foo = (
147
- ... "bar "
148
- ... "baz"
+ >>> rule = (
+ ... "We want the space at the end of the line, "
+ ... "not at the beginning"
149
... )
150
151
Instead of:
152
153
154
- ... "bar"
155
- ... " baz"
+ ... "We want the space at the end of the line,"
+ ... " not at the beginning"
156
157
158
Parameters
0 commit comments