shithub: aubio

Download patch

ref: 271434fb98513576389ed9749956232f378945b6
parent: f2f1b10093db6eff9ce2d3d108b41d94e04c0e6e
author: Paul Brossier <piem@piem.org>
date: Thu Jun 20 05:14:51 EDT 2019

[py] fix typo in sink docstrings

--- a/python/ext/py-sink.c
+++ b/python/ext/py-sink.c
@@ -81,7 +81,7 @@
 "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"
 "";