Skip to content

Commit 1a9e5d0

Browse files
committed
fix typo
1 parent 4edc66c commit 1a9e5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ migrate from `setup.py` to `pyproject.toml`
1010
includes support in virtual environment out of the box
1111

1212
the original `mkl_fft.rfft` and `mkl_fft.irfft` are renamed to `mkl_fft.rfftpack` and `mkl_fft.irfftpack`, since they
13-
replicate the behavior from the deprectaed `scipy.fftapck` module.
13+
replicate the behavior from the deprectaed `scipy.fftpack` module.
1414

1515
`mkl_fft.rfft_numpy`, `mkl_fft.irfft_numpy`, `mkl_fft.rfft2_numpy`, `mkl_fft.irfft2_numpy`, `mkl_fft.rfftn_numpy`
1616
and `mkl_fft.irfftn_numpy` are renamed to `mkl_fft.rfft`, `mkl_fft.irfft`, `mkl_fft.rfft2`, `mkl_fft.irfft2`, `mkl_fft.rfftn`

0 commit comments

Comments
 (0)