Timespinner: Two typos #4051
This commit is contained in:
parent
2d0bdebaa9
commit
e8f3aa96da
|
@ -190,7 +190,7 @@ class TimespinnerWorld(World):
|
||||||
|
|
||||||
if self.options.has_replaced_options:
|
if self.options.has_replaced_options:
|
||||||
warning = \
|
warning = \
|
||||||
f"NOTICE: Timespinner options for player '{self.player_name}' where renamed from PasCalCase to snake_case, " \
|
f"NOTICE: Timespinner options for player '{self.player_name}' were renamed from PascalCase to snake_case, " \
|
||||||
"please update your yaml"
|
"please update your yaml"
|
||||||
|
|
||||||
spoiler_handle.write("\n")
|
spoiler_handle.write("\n")
|
||||||
|
|
Loading…
Reference in New Issue