diff --git a/animated_drawings/controller/controller.py b/animated_drawings/controller/controller.py index 2bde866d..54ac759b 100644 --- a/animated_drawings/controller/controller.py +++ b/animated_drawings/controller/controller.py @@ -16,7 +16,7 @@ class Controller(): """ - Base Controller class from which all other Controllers be be derived. + Base Controller class from which all other Controllers will be derived. Controllers are responsible for: - running the game loop. - handling user input and forwarding it to the view or scene.