Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/1_intro/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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<intro6.py>`
:download:`intro6.py<intro6.py>`