From: Paul Brossier Date: Thu, 20 Jun 2019 07:16:27 +0000 (+0200) Subject: [py] fix typo in dct docstring X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f54997c64f129067faa4b68135a8ef047bcb9449;p=aubio.git [py] fix typo in dct docstring --- 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"\