mirror of https://github.com/pret/pokecrystal.git
fix line continuation syntax error
This commit is contained in:
parent
9ea35422f8
commit
7641b53a6a
|
@ -225,7 +225,7 @@ def map_name_cleaner(input):
|
|||
replace(".", "").\
|
||||
replace("Pokémon Center", "PokeCenter").\
|
||||
replace("é", "e").\
|
||||
replace("-", "")
|
||||
replace("-", "").\
|
||||
replace(" ", "")
|
||||
|
||||
class RomStr(str):
|
||||
|
|
Loading…
Reference in New Issue