[py] fix typo in fft docstring
authorPaul Brossier <piem@piem.org>
Thu, 20 Jun 2019 07:16:18 +0000 (09:16 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 20 Jun 2019 07:16:18 +0000 (09:16 +0200)
python/ext/py-fft.c

index a08af4e..53dfbbf 100644 (file)
@@ -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"