From dec753fc26ea33bc929512a448dfc561ff54914a Mon Sep 17 00:00:00 2001 From: Amogh Joshi <67437306+amogh7joshi@users.noreply.github.com> Date: Mon, 5 Oct 2020 17:49:40 -0400 Subject: [PATCH] Update scene.py --- manimlib/scene/scene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/scene/scene.py b/manimlib/scene/scene.py index 5b408ba5..bfe9560e 100644 --- a/manimlib/scene/scene.py +++ b/manimlib/scene/scene.py @@ -90,7 +90,7 @@ class Scene(Container): def tear_down(self): """ This is meant to be implemented by any scenes which - are comonly subclassed, and have some common method + are commonly subclassed, and have some common method to be invoked before the scene ends. """ pass