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-qtgui/python/__init__.py | |
parent | e4048a3ecdfae50e3077515d0f49b49911cc4909 (diff) |
docstrings: Improving subpackage docstrings.
Diffstat (limited to 'gr-qtgui/python/__init__.py')
-rw-r--r-- | gr-qtgui/python/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-qtgui/python/__init__.py b/gr-qtgui/python/__init__.py index 82e36597be..25ff1f4dc7 100644 --- a/gr-qtgui/python/__init__.py +++ b/gr-qtgui/python/__init__.py @@ -20,8 +20,7 @@ # ''' -This is the gr-qtgui package. This package includes QT-based graphical -sinks. +Provides a GUI interface using the QT backend. ''' # The presence of this file turns this directory into a Python package |