Skip to content

Fixed spelling error #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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/7_sound/sound.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Making sounds
The ``pygame.mixer`` module allows to play compressed OGG files or uncompressed WAV files.

This checks the initialization parameters and prints the number of channels available.
It opens a sound object and prays it::
It opens a sound object and plays it::

print('init =', pygame.mixer.get_init())
print('channels =', pygame.mixer.get_num_channels())
Expand All @@ -27,4 +27,4 @@ Here is a code example:

Which produces the following result.

.. image:: sound1.png
.. image:: sound1.png