Update docstring for #2898.
This commit is contained in:
parent
e43820ae8d
commit
6c52fd0da9
1 changed files with 2 additions and 1 deletions
|
|
@ -1239,7 +1239,8 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
||||||
looker (Object): Onlooker. Not used by default.
|
looker (Object): Onlooker. Not used by default.
|
||||||
|
|
||||||
Keyword Args:
|
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:
|
Returns:
|
||||||
tuple: This is a tuple `(str, str)` with the singular and plural forms of the key
|
tuple: This is a tuple `(str, str)` with the singular and plural forms of the key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue