diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index dcd7fc9d2b..def8ba0843 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -1636,7 +1636,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase): now in. Args: - source_location (Object): Wwhere we came from. This may be `None`. + source_location (Object): Where we came from. This may be `None`. move_type (str): The type of move. "give", "traverse", etc. This is an arbitrary string provided to obj.move_to(). Useful for altering messages or altering logic depending