Update scene.py

This commit is contained in:
Amogh Joshi 2020-10-05 17:49:40 -04:00 committed by GitHub
parent 08c90c272b
commit dec753fc26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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