diff --git a/scene/scene.py b/scene/scene.py index 4c72897c..2112b3de 100644 --- a/scene/scene.py +++ b/scene/scene.py @@ -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