From b4fe022fc27562287f81937c507afa6bc83fc114 Mon Sep 17 00:00:00 2001 From: Ben Hambrecht Date: Sat, 10 Feb 2018 16:15:37 +0100 Subject: [PATCH] typo --- scene/scene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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