Formatted docstring.
This commit is contained in:
parent
ce9758b902
commit
a074b072a5
1 changed files with 1 additions and 1 deletions
|
|
@ -1132,7 +1132,7 @@ class DefaultObject(ObjectDB):
|
||||||
normally by calling
|
normally by calling
|
||||||
`traversing_object.move_to(target_location)`. It is normally
|
`traversing_object.move_to(target_location)`. It is normally
|
||||||
only implemented by Exit objects. If it returns False (usually
|
only implemented by Exit objects. If it returns False (usually
|
||||||
because move_to returned False), `at_after_traverse` below
|
because `move_to` returned False), `at_after_traverse` below
|
||||||
should not be called and instead `at_failed_traverse` should be
|
should not be called and instead `at_failed_traverse` should be
|
||||||
called.
|
called.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue