From: Paul Brossier Date: Sun, 4 Nov 2018 12:39:03 +0000 (+0100) Subject: [py] [doc] fix sink.__call__ formatting X-Git-Tag: 0.4.8~84 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=3fb5812a59f3dc9ac1a28e385f813ecb03de3bbe;p=aubio.git [py] [doc] fix sink.__call__ formatting --- diff --git a/doc/py_io.rst b/doc/py_io.rst index bf6d769b..6be251f4 100644 --- a/doc/py_io.rst +++ b/doc/py_io.rst @@ -39,7 +39,7 @@ to write audio samples to disk. 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__`