Skip to content

Commit 01ab95f

Browse files
authored
suggestion from code review
1 parent b521b82 commit 01ab95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reST/ref/mixer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ The following file formats are supported
472472
| :sg:`Channel(id) -> Channel`
473473
474474
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).
475+
value from 0 up to, but not including, ``pygame.mixer.get_num_channels()``.
476476

477477
The Channel object can be used to get fine control over the playback of
478478
Sounds. A channel can only playback a single Sound at time. Using channels

0 commit comments

Comments
 (0)