Fix formatting quirk

This commit is contained in:
Griatch 2019-10-21 08:32:14 +02:00
parent f79db55a1d
commit 7ea96eaa29

View file

@ -818,7 +818,7 @@ class CmdDestroy(COMMAND_DEFAULT_CLASS):
if answer and answer not in ("yes", "y", "no", "n"):
caller.msg(
"Canceled: Either accept the default by pressing " "return or specify yes/no."
"Canceled: Either accept the default by pressing return or specify yes/no."
)
delete = False
elif answer.strip().lower() in ("n", "no"):