summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index 4a14b1c..310a501 100644
--- a/crystal.py
+++ b/crystal.py
@@ -225,7 +225,7 @@ def map_name_cleaner(input):
replace(".", "").\
replace("Pokémon Center", "PokeCenter").\
replace("é", "e").\
- replace("-", "")
+ replace("-", "").\
replace(" ", "")
class RomStr(str):