shithub: aubio

Download patch

ref: 98927ca39b587d9e0450f09532a84b5b890d2fbd
parent: 271434fb98513576389ed9749956232f378945b6
author: Paul Brossier <piem@piem.org>
date: Thu Jun 20 05:16:18 EDT 2019

[py] fix typo in fft docstring

--- a/python/ext/py-fft.c
+++ b/python/ext/py-fft.c
@@ -3,7 +3,7 @@
 static char Py_fft_doc[] = ""
 "fft(size=1024)\n"
 "\n"
-"Compute Fast Fourier Transorms.\n"
+"Compute Fast Fourier Transforms.\n"
 "\n"
 "Parameters\n"
 "----------\n"