From 3fb5812a59f3dc9ac1a28e385f813ecb03de3bbe Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 4 Nov 2018 13:39:03 +0100 Subject: [PATCH] [py] [doc] fix sink.__call__ formatting --- doc/py_io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__` -- 2.11.0