Fix typos in doc strings
This commit is contained in:
parent
0d3b8f4079
commit
9355b255ad
3 changed files with 3 additions and 3 deletions
|
|
@ -189,7 +189,7 @@ class ExtendedRoom(DefaultRoom):
|
||||||
key (str): A detail identifier.
|
key (str): A detail identifier.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
detail (str or None): A detail mathing the given key.
|
detail (str or None): A detail matching the given key.
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
A detail is a way to offer more things to look at in a room
|
A detail is a way to offer more things to look at in a room
|
||||||
|
|
|
||||||
|
|
@ -1200,7 +1200,7 @@ class ContribRPObject(DefaultObject):
|
||||||
below.
|
below.
|
||||||
exact (bool): if unset (default) - prefers to match to beginning of
|
exact (bool): if unset (default) - prefers to match to beginning of
|
||||||
string rather than not matching at all. If set, requires
|
string rather than not matching at all. If set, requires
|
||||||
exact mathing of entire string.
|
exact matching of entire string.
|
||||||
candidates (list of objects): this is an optional custom list of objects
|
candidates (list of objects): this is an optional custom list of objects
|
||||||
to search (filter) between. It is ignored if `global_search`
|
to search (filter) between. It is ignored if `global_search`
|
||||||
is given. If not set, this list will automatically be defined
|
is given. If not set, this list will automatically be defined
|
||||||
|
|
|
||||||
|
|
@ -335,7 +335,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
||||||
below.
|
below.
|
||||||
exact (bool): if unset (default) - prefers to match to beginning of
|
exact (bool): if unset (default) - prefers to match to beginning of
|
||||||
string rather than not matching at all. If set, requires
|
string rather than not matching at all. If set, requires
|
||||||
exact mathing of entire string.
|
exact matching of entire string.
|
||||||
candidates (list of objects): this is an optional custom list of objects
|
candidates (list of objects): this is an optional custom list of objects
|
||||||
to search (filter) between. It is ignored if `global_search`
|
to search (filter) between. It is ignored if `global_search`
|
||||||
is given. If not set, this list will automatically be defined
|
is given. If not set, this list will automatically be defined
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue