Skip to content

Commit

Permalink
Merge pull request #131 from EdwardBetts/patch-1
Browse files Browse the repository at this point in the history
Correct a spelling mistake
  • Loading branch information
derek73 authored Feb 3, 2022
2 parents 8b73ff9 + 8144083 commit 3efe171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nameparser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def as_dict(self, include_empty=True):

def __process_initial__(self, name_part, firstname=False):
"""
Name parts may include prefixes or conjuctions. This function filters these from the name unless it is
Name parts may include prefixes or conjunctions. This function filters these from the name unless it is
a first name, since first names cannot be conjunctions or prefixes.
"""
parts = name_part.split(" ")
Expand Down

0 comments on commit 3efe171

Please sign in to comment.