Fixes to inline_python

This commit is contained in:
Griatch 2019-05-01 15:17:43 +02:00
parent 29821a762b
commit 04dba7958d

View file

@ -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).
"""