From 04dba7958dcb09d484cc6a435cf00bef61953d4f 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 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). """