From 4018ab4f6c3f8dcfad78b3a1f51bbed6b53a9882 Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Thu, 16 Jul 2020 23:36:12 +0200 Subject: [PATCH] Fix copypasta. --- doc/libalsaaudio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.