diff --git a/evennia/contrib/extended_room.py b/evennia/contrib/extended_room.py index 6823ede50e..0530bd796c 100644 --- a/evennia/contrib/extended_room.py +++ b/evennia/contrib/extended_room.py @@ -189,7 +189,7 @@ class ExtendedRoom(DefaultRoom): key (str): A detail identifier. Returns: - detail (str or None): A detail mathing the given key. + detail (str or None): A detail matching the given key. Notes: A detail is a way to offer more things to look at in a room diff --git a/evennia/contrib/rpsystem.py b/evennia/contrib/rpsystem.py index a396a18abc..d469aff3d9 100644 --- a/evennia/contrib/rpsystem.py +++ b/evennia/contrib/rpsystem.py @@ -1200,7 +1200,7 @@ class ContribRPObject(DefaultObject): below. exact (bool): if unset (default) - prefers to match to beginning of 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 to search (filter) between. It is ignored if `global_search` is given. If not set, this list will automatically be defined diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index aca4ec0924..1509e7ce08 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -335,7 +335,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)): below. exact (bool): if unset (default) - prefers to match to beginning of 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 to search (filter) between. It is ignored if `global_search` is given. If not set, this list will automatically be defined