Skip to content

Commit d1f2749

Browse files
derek73claude
andcommitted
docs: conjunctions are words or characters; show and/& examples
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 0a5e93b commit d1f2749

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nameparser/_lexicon.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ class Lexicon:
157157
#: one reads as given and records a particle-or-given ambiguity
158158
#: ("Van Johnson").
159159
particles_ambiguous: frozenset[str] = frozenset()
160-
#: Words that join surrounding pieces into one ("y", "and", "и").
160+
#: Words or characters that join surrounding pieces into one
161+
#: ("and", "&", "y", "и").
161162
conjunctions: frozenset[str] = frozenset()
162163
#: Given-name prefixes that bind to the following word to form one
163164
#: given name ("abdul" -> "Abdul Salam"); never standalone names.

0 commit comments

Comments
 (0)