summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/pubsub.py
diff options
context:
space:
mode:
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>2008-09-10 01:23:21 +0000
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>2008-09-10 01:23:21 +0000
commit924831afcdb187b3de670be6fd1f6147d62be5cf (patch)
treec041fcf3ac23b033529175ea6558d889dd4bff88 /gr-wxgui/src/python/pubsub.py
parent237cb72e70ab4b88612bba1189b65a486337991a (diff)
Replaced """! with """. Exclamation mark showed in doxygen docs.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-wxgui/src/python/pubsub.py')
-rw-r--r--gr-wxgui/src/python/pubsub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/src/python/pubsub.py b/gr-wxgui/src/python/pubsub.py
index 18aa60603e..cc8ea5ccc6 100644
--- a/gr-wxgui/src/python/pubsub.py
+++ b/gr-wxgui/src/python/pubsub.py
@@ -20,7 +20,7 @@
# Boston, MA 02110-1301, USA.
#
-"""!
+"""
Abstract GNU Radio publisher/subscriber interface
This is a proof of concept implementation, will likely change significantly.