projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47b465c
)
[python] improve sink.close doc
author
Paul Brossier
<piem@piem.org>
Fri, 26 Oct 2018 18:53:02 +0000
(20:53 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 26 Oct 2018 18:53:02 +0000
(20:53 +0200)
python/ext/py-sink.c
patch
|
blob
|
history
diff --git
a/python/ext/py-sink.c
b/python/ext/py-sink.c
index
ab00055
..
e57a329
100644
(file)
--- a/
python/ext/py-sink.c
+++ b/
python/ext/py-sink.c
@@
-80,9
+80,9
@@
static char Py_sink_close_doc[] = ""
"\n"
"Close this sink now.\n"
"\n"
-"By default, the
file gets closed when deleting the object. Explicitely
\n"
-"
closing a sink can be useful to control the number of file opened
\n"
-"
simultaneously
.\n"
+"By default, the
sink will be closed before being deleted.
\n"
+"
Explicitely closing a sink can be useful to control the number
\n"
+"
of files simultaneously opened
.\n"
"";
static PyObject *