From a02758445d74605922240ba9a58e962cd860ee31 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 1 May 2019 15:17:43 +0200 Subject: [PATCH] Fixes to inline_python --- evennia/contrib/ingame_python/typeclasses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/ingame_python/typeclasses.py b/evennia/contrib/ingame_python/typeclasses.py index e49f64be3..92809b562 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). """