From 271434fb98513576389ed9749956232f378945b6 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 20 Jun 2019 09:14:51 +0200 Subject: [PATCH] [py] fix typo in sink docstrings --- python/ext/py-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ext/py-sink.c b/python/ext/py-sink.c index 4fc514f2..83c7ddd1 100644 --- a/python/ext/py-sink.c +++ b/python/ext/py-sink.c @@ -81,7 +81,7 @@ static char Py_sink_close_doc[] = "" "Close this sink now.\n" "\n" "By default, the sink will be closed before being deleted.\n" -"Explicitely closing a sink can be useful to control the number\n" +"Explicitly closing a sink can be useful to control the number\n" "of files simultaneously opened.\n" ""; -- 2.11.0