From f54997c64f129067faa4b68135a8ef047bcb9449 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 20 Jun 2019 09:16:27 +0200 Subject: [PATCH] [py] fix typo in dct docstring --- python/ext/aubio-docstrings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ext/aubio-docstrings.h b/python/ext/aubio-docstrings.h index 2929ee12..26cada03 100644 --- a/python/ext/aubio-docstrings.h +++ b/python/ext/aubio-docstrings.h @@ -1,7 +1,7 @@ #define PYAUBIO_dct_doc \ "dct(size=1024)\n"\ "\n"\ - "Compute Discrete Fourier Transorms of Type-II.\n"\ + "Compute Discrete Fourier Transforms of Type-II.\n"\ "\n"\ "Parameters\n"\ "----------\n"\ -- 2.11.0