[py] [doc] fix sink.__call__ formatting
authorPaul Brossier <piem@piem.org>
Sun, 4 Nov 2018 12:39:03 +0000 (13:39 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 4 Nov 2018 12:39:03 +0000 (13:39 +0100)
doc/py_io.rst

index bf6d769..6be251f 100644 (file)
@@ -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__`