This commit is contained in:
Ben Hambrecht
2018-02-10 16:15:37 +01:00
parent 8c0387e087
commit b4fe022fc2

View File

@ -69,7 +69,7 @@ class Scene(Container):
def setup(self):
"""
This is meant to be implement by any scenes which
are comonly subclassed, and have some common setup
are commonly subclassed, and have some common setup
involved before the construct method is called.
"""
pass