Typo in create_exit_cmdset docstring.

This commit is contained in:
tajmone 2015-04-07 16:34:49 +02:00
parent 22f220f58d
commit 7c73db90d5

View file

@ -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):