diff options
Diffstat (limited to 'gr-fft/python/fft/__init__.py')
-rw-r--r-- | gr-fft/python/fft/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-fft/python/fft/__init__.py b/gr-fft/python/fft/__init__.py index acb70a2947..e0803cbf38 100644 --- a/gr-fft/python/fft/__init__.py +++ b/gr-fft/python/fft/__init__.py @@ -20,8 +20,7 @@ # ''' -This is the gr-fft package. This package provides GNU Radio -processing blocks for FFT and related functions. +Fourier-transform blocks and related functions. ''' import os |