mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
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(".", "").\
|
||||||
replace("Pokémon Center", "PokeCenter").\
|
replace("Pokémon Center", "PokeCenter").\
|
||||||
replace("é", "e").\
|
replace("é", "e").\
|
||||||
replace("-", "")
|
replace("-", "").\
|
||||||
replace(" ", "")
|
replace(" ", "")
|
||||||
|
|
||||||
class RomStr(str):
|
class RomStr(str):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user