From 937f4a771b4fdc884f100ca9613982ab4994750a Mon Sep 17 00:00:00 2001 From: bsenst Date: Fri, 10 Sep 2021 19:32:56 +0200 Subject: [PATCH] typo correction --- docs/1_intro/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/1_intro/intro.rst b/docs/1_intro/intro.rst index 8aa4ad2..725d5ad 100644 --- a/docs/1_intro/intro.rst +++ b/docs/1_intro/intro.rst @@ -26,7 +26,7 @@ The Pygame import statement is always placed at the beginning of the program. It imports the pygame classes, methods and attributes into the current name space. Now this new methods can be called via ``pygame.method()``. -For exemple we can now initialize or quit **pygame** with the following command:: +For example we can now initialize or quit **pygame** with the following command:: pygame.init() pygame.quit() @@ -349,4 +349,4 @@ This is what the ball and the ``Rect`` outline looks: Try to understand what the program does. Then try to modify it's parameters. -:download:`intro6.py` \ No newline at end of file +:download:`intro6.py`