We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b521b82 commit 01ab95fCopy full SHA for 01ab95f
docs/reST/ref/mixer.rst
@@ -472,7 +472,7 @@ The following file formats are supported
472
| :sg:`Channel(id) -> Channel`
473
474
Return a Channel object for one of the current channels. The id must be a
475
- value from 0 to the value of ``pygame.mixer.get_num_channels()`` (exclusive).
+ value from 0 up to, but not including, ``pygame.mixer.get_num_channels()``.
476
477
The Channel object can be used to get fine control over the playback of
478
Sounds. A channel can only playback a single Sound at time. Using channels
0 commit comments