Skip to content

Commit

Permalink
simplify and test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Jun 27, 2024
1 parent 66d99b6 commit 73ddd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdx/location/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def make_replace_mapping():

replacement_mapping = make_replace_mapping()

lowercase_space = string.ascii_lowercase + " '&/.,()-\";:"
lowercase_space = string.ascii_lowercase + " '&/.,()-\";:" + string.digits + string.whitespace


def clean_name(name: str) -> str:
Expand Down

0 comments on commit 73ddd96

Please sign in to comment.