Fix typos in doc strings

This commit is contained in:
Griatch 2017-12-31 13:47:19 +01:00
parent 0d3b8f4079
commit 9355b255ad
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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