From: Paul Brossier Date: Fri, 26 Oct 2018 18:53:02 +0000 (+0200) Subject: [python] improve sink.close doc X-Git-Tag: 0.4.8~90^2~14^2~2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=0629356118ccf2d6bd6dedeef5e97c03db935491;p=aubio.git [python] improve sink.close doc --- 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 *