mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
docstring Google formatting.
This commit is contained in:
parent
37fcbf9ba5
commit
69cb443f0e
1 changed files with 2 additions and 2 deletions
|
|
@ -1132,8 +1132,8 @@ class DefaultObject(ObjectDB):
|
|||
normally by calling
|
||||
`traversing_object.move_to(target_location)`. It is normally
|
||||
only implemented by Exit objects. If it returns False (usually
|
||||
because move_to returned False), at_after_traverse below
|
||||
should not be called and instead at_failed_traverse should be
|
||||
because move_to returned False), `at_after_traverse` below
|
||||
should not be called and instead `at_failed_traverse` should be
|
||||
called.
|
||||
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue