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`