projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19237a7
)
[py] [doc] fix sink.__call__ formatting
author
Paul Brossier
<piem@piem.org>
Sun, 4 Nov 2018 12:39:03 +0000
(13:39 +0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 4 Nov 2018 12:39:03 +0000
(13:39 +0100)
doc/py_io.rst
patch
|
blob
|
history
diff --git
a/doc/py_io.rst
b/doc/py_io.rst
index
bf6d769
..
6be251f
100644
(file)
--- 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__`