From 046bdd01bd63927e55288fec32a26aa5c894eddb Mon Sep 17 00:00:00 2001 From: Khyta <33177286+Khyta@users.noreply.github.com> Date: Sun, 11 Apr 2021 12:22:28 +0200 Subject: [PATCH] Fixed spelling error --- docs/7_sound/sound.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/7_sound/sound.rst b/docs/7_sound/sound.rst index 71d8a4f..1311985 100644 --- a/docs/7_sound/sound.rst +++ b/docs/7_sound/sound.rst @@ -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()) @@ -27,4 +27,4 @@ Here is a code example: Which produces the following result. -.. image:: sound1.png \ No newline at end of file +.. image:: sound1.png