From ce9758b90212f0d927f3c8a9a81365be2027ddc3 Mon Sep 17 00:00:00 2001 From: tajmone Date: Tue, 7 Apr 2015 16:52:58 +0200 Subject: [PATCH] Formatted docstring. --- evennia/objects/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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