diff options
author | jblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-09-10 01:23:21 +0000 |
---|---|---|
committer | jblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-09-10 01:23:21 +0000 |
commit | 924831afcdb187b3de670be6fd1f6147d62be5cf (patch) | |
tree | c041fcf3ac23b033529175ea6558d889dd4bff88 /gr-wxgui/src/python/pubsub.py | |
parent | 237cb72e70ab4b88612bba1189b65a486337991a (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.py | 2 |
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. |