Skip to content

Commit

Permalink
Fix spelling error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 24, 2023
1 parent ca49407 commit df38946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ def join_continuation(lines):
['foobarbaz']
Not sure why, but...
The character preceeding the backslash is also elided.
The character preceding the backslash is also elided.
>>> list(join_continuation(['goo\\', 'dly']))
['godly']
Expand Down

0 comments on commit df38946

Please sign in to comment.