mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Typo in t_cmdset_get() docstring.
This commit is contained in:
parent
7c73db90d5
commit
37fcbf9ba5
1 changed files with 1 additions and 1 deletions
|
|
@ -1525,7 +1525,7 @@ class DefaultExit(DefaultObject):
|
|||
command handler. If changes need to be done on the fly to the
|
||||
cmdset before passing them on to the cmdhandler, this is the
|
||||
place to do it. This is called also if the object currently
|
||||
have no cmdsets.
|
||||
has no cmdsets.
|
||||
|
||||
Kwargs:
|
||||
force_init (bool): If `True`, force a re-build of the cmdset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue