From 7ea96eaa29c565138d4376515dbe49cf75a5c1fe Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 21 Oct 2019 08:32:14 +0200 Subject: [PATCH] Fix formatting quirk --- evennia/commands/default/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index af77d16426..92002dcecd 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -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"):