Fix copypasta.

This commit is contained in:
Lars Immisch
2020-07-16 23:36:12 +02:00
parent 07f84a8e95
commit 4018ab4f6c
+1 -1
View File
@@ -255,7 +255,7 @@ PCM objects have the following methods:
.. method:: PCM.polldescriptors()
Returns a tuple of *(file descriptor, eventmask)* that can be used to
wait for changes on the mixer with *select.poll*.
wait for changes on the PCM with *select.poll*.
The *eventmask* value is compatible with `poll.register`__ in the Python
:const:`select` module.