From 53ec675960f7925d271e1ac266477e3e941052b5 Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Sat, 17 Oct 2015 22:43:25 +0000 Subject: [PATCH] Add extra space between sentences. --- evennia/commands/cmdhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/cmdhandler.py b/evennia/commands/cmdhandler.py index d40d8bfcc..9579d2c94 100644 --- a/evennia/commands/cmdhandler.py +++ b/evennia/commands/cmdhandler.py @@ -95,7 +95,7 @@ _ERROR_NOCMDSETS = "No command sets found! This is a sign of a critical bug." \ "\nsome other means for assistance." _ERROR_CMDHANDLER = "{traceback}\n"\ - "Above traceback is from a Command handler bug." \ + "Above traceback is from a Command handler bug. " \ "Please file a bug report with the Evennia project." _ERROR_RECURSION_LIMIT = "Command recursion limit ({recursion_limit}) " \