mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Typo in create_exit_cmdset docstring.
This commit is contained in:
parent
22f220f58d
commit
7c73db90d5
1 changed files with 1 additions and 1 deletions
|
|
@ -1452,7 +1452,7 @@ class DefaultExit(DefaultObject):
|
|||
exit's name, triggering the movement between rooms.
|
||||
|
||||
Args:
|
||||
exiddobj (Object): The DefaultExit object to base the command on.
|
||||
exidbobj (Object): The DefaultExit object to base the command on.
|
||||
|
||||
"""
|
||||
class ExitCommand(command.Command):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue