From 6c52fd0da9127a15de8de8d708933e9eaf4184bc Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 18 Nov 2022 12:30:27 +0100 Subject: [PATCH] Update docstring for #2898. --- evennia/objects/objects.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index a2e324e259..1886ff62ba 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -1239,7 +1239,8 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase): looker (Object): Onlooker. Not used by default. Keyword Args: - key (str): Optional key to pluralize, if given, use this instead of the object's key. + key (str): Optional key to pluralize. If not given, the object's `.name` property is + used. Returns: tuple: This is a tuple `(str, str)` with the singular and plural forms of the key