Fixes to inline_python

This commit is contained in:
Griatch 2019-05-01 15:17:43 +02:00
parent c5fe6fff53
commit a02758445d

View file

@ -1,7 +1,7 @@
""" """
Typeclasses for the in-game Python system. 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). EventRoom, EventCharacter and EventExit).
""" """