From 318da62b6104e4bca182d94aec4abc0618debffd Mon Sep 17 00:00:00 2001 From: Ben Reynwar <ben@reynwar.net> Date: Fri, 10 May 2013 04:16:57 -0700 Subject: docstrings: Improving subpackage docstrings. --- gr-fft/python/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gr-fft/python/__init__.py') diff --git a/gr-fft/python/__init__.py b/gr-fft/python/__init__.py index 093cc3c696..6d75757a05 100644 --- a/gr-fft/python/__init__.py +++ b/gr-fft/python/__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. ''' from fft_swig import * -- cgit v1.2.3