mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Formatted docstring.
This commit is contained in:
parent
69cb443f0e
commit
ce9758b902
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class DefaultObject(ObjectDB):
|
|||
It is recommended to create children of this class using the
|
||||
`evennia.create_object()` function rather than to initialize the class
|
||||
directly - this will both set things up and efficiently save the object
|
||||
without obj.save() having to be called explicitly.
|
||||
without `obj.save()` having to be called explicitly.
|
||||
|
||||
"""
|
||||
# typeclass setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue