mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-06-03 03:47:02 +00:00
Fix copypasta.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user