diff --git a/evennia/contrib/ingame_python/typeclasses.py b/evennia/contrib/ingame_python/typeclasses.py index e49f64be38..92809b5629 100644 --- a/evennia/contrib/ingame_python/typeclasses.py +++ b/evennia/contrib/ingame_python/typeclasses.py @@ -1,7 +1,7 @@ """ Typeclasses for the in-game Python system. -To use thm, one should inherit from these classes (EventObject, +To use them, one should inherit from these classes (EventObject, EventRoom, EventCharacter and EventExit). """