We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0b8f8 commit 6e43c99Copy full SHA for 6e43c99
1 file changed
nameparser/parser.py
@@ -305,7 +305,7 @@ def is_title(self, value):
305
return lc(value) in self.C.titles
306
307
def is_conjunction(self, piece):
308
- """Is in the conjuctions set and not :py:func:`is_an_initial()`."""
+ """Is in the conjunctions set and not :py:func:`is_an_initial()`."""
309
return piece.lower() in self.C.conjunctions and not self.is_an_initial(piece)
310
311
def is_prefix(self, piece):
0 commit comments