Merge pull request #1250 from amogh7joshi/patch-2

Fix typo in scene.py
This commit is contained in:
鹤翔万里 2020-10-08 23:09:37 +08:00 committed by GitHub
commit 186b86cb70
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