shithub: aubio

Download patch

ref: 3fb5812a59f3dc9ac1a28e385f813ecb03de3bbe
parent: 19237a7c77a13962fb526023b2a3c07d6202d814
author: Paul Brossier <piem@piem.org>
date: Sun Nov 4 08:39:03 EST 2018

[py] [doc] fix sink.__call__ formatting

--- a/doc/py_io.rst
+++ b/doc/py_io.rst
@@ -39,7 +39,7 @@
     If opened with more than one channel, the frames will be
     down-mixed to produce the new samples.
 
-    return: A tuple of one array of samples and one integer.
+    :returns: A tuple of one array of samples and one integer.
     :rtype: (array, int)
 
     .. seealso:: :meth:`__next__`