From: Paul Brossier Date: Thu, 20 Jun 2019 07:16:18 +0000 (+0200) Subject: [py] fix typo in fft docstring X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=98927ca39b587d9e0450f09532a84b5b890d2fbd;p=aubio.git [py] fix typo in fft docstring --- diff --git a/python/ext/py-fft.c b/python/ext/py-fft.c index a08af4e7..53dfbbfd 100644 --- 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"