From 65d3c4a28374d0bdfeb9d5b4b9140c9a76130bdc Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Fri, 17 Mar 2017 20:42:02 +0100 Subject: [PATCH] Typo. --- doc/libalsaaudio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libalsaaudio.rst b/doc/libalsaaudio.rst index c1fc337..791a623 100644 --- a/doc/libalsaaudio.rst +++ b/doc/libalsaaudio.rst @@ -235,7 +235,7 @@ PCM objects have the following methods: In case of an overrun, this function will return a negative size: :const:`-EPIPE`. This indicates that data was lost, even if the operation itself succeeded. - Try using a larger periodsize; + Try using a larger periodsize. .. method:: PCM.write(data)