From 3bdb0cd2ca6ee6c1924f8baa990aa0afb1315b44 Mon Sep 17 00:00:00 2001 From: BlauFeuer Date: Wed, 17 Jan 2018 15:36:27 -0500 Subject: [PATCH] Docstring typo fix in access method of Command --- evennia/commands/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/command.py b/evennia/commands/command.py index 48a4b132da..17902b3602 100644 --- a/evennia/commands/command.py +++ b/evennia/commands/command.py @@ -297,7 +297,7 @@ class Command(with_metaclass(CommandMeta, object)): Args: srcobj (Object): Object trying to gain permission access_type (str, optional): The lock type to check. - default (bool, optional): The fallbacl result if no lock + default (bool, optional): The fallback result if no lock of matching `access_type` is found on this Command. """