diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-05-10 04:16:57 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-05-10 04:16:57 -0700 |
commit | 318da62b6104e4bca182d94aec4abc0618debffd (patch) | |
tree | 3a21fa44f40ae5f6d00d051d26fc7dd11bbea0fc /gr-uhd/python/__init__.py | |
parent | e4048a3ecdfae50e3077515d0f49b49911cc4909 (diff) |
docstrings: Improving subpackage docstrings.
Diffstat (limited to 'gr-uhd/python/__init__.py')
-rw-r--r-- | gr-uhd/python/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-uhd/python/__init__.py b/gr-uhd/python/__init__.py index a07397334e..53c0f9ac14 100644 --- a/gr-uhd/python/__init__.py +++ b/gr-uhd/python/__init__.py @@ -20,9 +20,9 @@ # ''' -This is the GNU Radio UHD package. It is the interface to the UHD -library to connect to and send and receive data between the Ettus -Research, LLC product line. +Provides source and sink blocks to interface with the UHD library. +Used to send and receive data between the Ettus Research, LLC product +line. ''' ######################################################################## |