fix line continuation syntax error

This commit is contained in:
Bryan Bishop 2012-05-21 01:35:45 -05:00
parent 9ea35422f8
commit 7641b53a6a

View File

@ -225,7 +225,7 @@ def map_name_cleaner(input):
replace(".", "").\
replace("Pokémon Center", "PokeCenter").\
replace("é", "e").\
replace("-", "")
replace("-", "").\
replace(" ", "")
class RomStr(str):