From a745a47d5a8a699a876e6d0a18ec4a7539bf5daa Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Fri, 16 Oct 2015 09:47:55 -0700 Subject: [PATCH] Remove extra space in comment. --- evennia/contrib/menu_login.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/contrib/menu_login.py b/evennia/contrib/menu_login.py index c70972a9c9..2eb95c8e82 100644 --- a/evennia/contrib/menu_login.py +++ b/evennia/contrib/menu_login.py @@ -329,7 +329,7 @@ class UnloggedInCmdSet(CmdSet): priority = 0 def at_cmdset_creation(self): - "Called when cmdset is first created" + "Called when cmdset is first created." self.add(CmdUnloggedinLook()) @@ -337,7 +337,7 @@ class CmdUnloggedinLook(Command): """ An unloggedin version of the look command. This is called by the server when the player first connects. It sets up the menu before handing off - to the menu's own look command.. + to the menu's own look command. """ key = CMD_LOGINSTART # obs, this should NOT have aliases for look or l, this will clash with the menu version!