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.
|
exit's name, triggering the movement between rooms.
|
||||||
|
|
||||||
Args:
|
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):
|
class ExitCommand(command.Command):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue