From d8c67c7c0cf17ae6d33f78325fa8cb36b7c5bf7b Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 13 Mar 2016 10:37:58 +0100 Subject: [PATCH] Minor fix to docstring. --- evennia/typeclasses/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/evennia/typeclasses/models.py b/evennia/typeclasses/models.py index 1290eb5f1e..d11846e7a8 100644 --- a/evennia/typeclasses/models.py +++ b/evennia/typeclasses/models.py @@ -698,6 +698,5 @@ class TypedObject(SharedMemoryModel): oldname (str): The instance's original name. newname (str): The new name for the instance. - Returns: Nothing. """ - pass \ No newline at end of file + pass