Skip to content

Commit ef00c68

Browse files
author
MomIsBestFriend
committed
Fixed indentation in docs
1 parent 590ca48 commit ef00c68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/validate_string_concatenation.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ def strings_to_concatenate(
9090
For example, when this:
9191
9292
>>> foo = (
93-
... "bar "
94-
... "baz"
93+
... "bar "
94+
... "baz"
9595
... )
9696
9797
Is becoming this:
@@ -151,8 +151,8 @@ def strings_with_wrong_placed_space(
151151
Instead of:
152152
153153
>>> foo = (
154-
... "bar"
155-
... " baz"
154+
... "bar"
155+
... " baz"
156156
... )
157157
158158
Parameters

0 commit comments

Comments
 (0)