Skip to content

Commit 7901046

Browse files
committed
comment comma typo
1 parent d7a6454 commit 7901046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nameparser/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ def join_on_conjunctions(self, pieces: list[str], additional_parts_count: int =
12171217
"""
12181218
Join conjunctions to surrounding pieces. Title- and prefix-aware. e.g.:
12191219
1220-
['Mr.', 'and'. 'Mrs.', 'John', 'Doe'] ==>
1220+
['Mr.', 'and', 'Mrs.', 'John', 'Doe'] ==>
12211221
['Mr. and Mrs.', 'John', 'Doe']
12221222
12231223
['The', 'Secretary', 'of', 'State', 'Hillary', 'Clinton'] ==>

0 commit comments

Comments
 (0)