ref: 0629356118ccf2d6bd6dedeef5e97c03db935491
parent: 47b465c609c4cadbdd300b6bcad0a16b6fc30967
author: Paul Brossier <piem@piem.org>
date: Fri Oct 26 16:53:02 EDT 2018
[python] improve sink.close doc
--- a/python/ext/py-sink.c
+++ b/python/ext/py-sink.c
@@ -80,9 +80,9 @@
"\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 *