From 0629356118ccf2d6bd6dedeef5e97c03db935491 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 26 Oct 2018 20:53:02 +0200 Subject: [PATCH] [python] improve sink.close doc --- python/ext/py-sink.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/ext/py-sink.c b/python/ext/py-sink.c index ab00055b..e57a3293 100644 --- 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 * -- 2.11.0