Docstring typo fix in access method of Command

This commit is contained in:
BlauFeuer 2018-01-17 15:36:27 -05:00 committed by GitHub
parent 96508d8a25
commit 3bdb0cd2ca

View file

@ -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.
"""