Skip to content

Commit

Permalink
correct then-than (#138)
Browse files Browse the repository at this point in the history
This doesn't really matter, but I keep seeing it for a project I'm on
  • Loading branch information
petervanness authored Mar 10, 2023
1 parent 181183c commit a83ab4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion country_converter/country_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def convert(
result_list.append(self.data.loc[ind_regex, to].values[0])
if len(result_list) > 1:
log.warning(
"More then one regular expression "
"More than one regular expression "
"match for {}".format(spec_name)
)

Expand Down

0 comments on commit a83ab4f

Please sign in to comment.