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.
2 parents 47038fd + 6e43c99 commit 003d847Copy full SHA for 003d847
nameparser/parser.py
@@ -369,7 +369,7 @@ def is_title(self, value):
369
return lc(value) in self.C.titles
370
371
def is_conjunction(self, piece):
372
- """Is in the conjuctions set and not :py:func:`is_an_initial()`."""
+ """Is in the conjunctions set and not :py:func:`is_an_initial()`."""
373
return piece.lower() in self.C.conjunctions and not self.is_an_initial(piece)
374
375
def is_prefix(self, piece):
0 commit comments