diff --git a/doc/libalsaaudio.rst b/doc/libalsaaudio.rst index 518ac50..c9b9c5e 100644 --- a/doc/libalsaaudio.rst +++ b/doc/libalsaaudio.rst @@ -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.