diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index 2ea05ba82f..d7ddbf7091 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -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