Docstring typo fix in access method of Command
This commit is contained in:
parent
96508d8a25
commit
3bdb0cd2ca
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ class Command(with_metaclass(CommandMeta, object)):
|
||||||
Args:
|
Args:
|
||||||
srcobj (Object): Object trying to gain permission
|
srcobj (Object): Object trying to gain permission
|
||||||
access_type (str, optional): The lock type to check.
|
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.
|
of matching `access_type` is found on this Command.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue