diff options
author | Ben Reynwar <ben@reynwar.net> | 2012-05-21 11:40:15 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2012-05-21 11:40:15 -0700 |
commit | a3638941859c8ac2f61dfc81ff1837997d5540eb (patch) | |
tree | 6d52608ff1e73fce3114989147b37385acf70cd2 /gr-digital/python | |
parent | f684f3c3997b973a914b3c1adffc3ba616f0f49b (diff) |
docs: Adding/editing top-level docstrings.
Diffstat (limited to 'gr-digital/python')
-rw-r--r-- | gr-digital/python/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-digital/python/__init__.py b/gr-digital/python/__init__.py index 7c76183c9d..3599fe91c1 100644 --- a/gr-digital/python/__init__.py +++ b/gr-digital/python/__init__.py @@ -19,8 +19,7 @@ # ''' -This is the gr-digital package. It contains all of the blocks, -utilities, and examples for doing digital modulation and demodulation. +Blocks and utilities for digital modulation and demodulation. ''' # The presence of this file turns this directory into a Python package |