mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
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:
|
||||
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.
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue