diff options
author | jblum | 2008-09-10 01:23:21 +0000 |
---|---|---|
committer | jblum | 2008-09-10 01:23:21 +0000 |
commit | 924831afcdb187b3de670be6fd1f6147d62be5cf (patch) | |
tree | c041fcf3ac23b033529175ea6558d889dd4bff88 /gr-wxgui/src/python/const_window.py | |
parent | 237cb72e70ab4b88612bba1189b65a486337991a (diff) | |
download | gnuradio-924831afcdb187b3de670be6fd1f6147d62be5cf.tar.gz gnuradio-924831afcdb187b3de670be6fd1f6147d62be5cf.tar.bz2 gnuradio-924831afcdb187b3de670be6fd1f6147d62be5cf.zip |
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/const_window.py')
-rw-r--r-- | gr-wxgui/src/python/const_window.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-wxgui/src/python/const_window.py b/gr-wxgui/src/python/const_window.py index 366242cb0..0aea5b596 100644 --- a/gr-wxgui/src/python/const_window.py +++ b/gr-wxgui/src/python/const_window.py @@ -52,11 +52,11 @@ DEFAULT_MARKER_TYPE = 2.0 # Constellation window control panel ################################################## class control_panel(wx.Panel): - """! + """ A control panel with wx widgits to control the plotter. """ def __init__(self, parent): - """! + """ Create a new control panel. @param parent the wx parent window """ @@ -152,7 +152,7 @@ class const_window(wx.Panel, pubsub.pubsub, common.prop_setter): self.update_grid() def handle_msg(self, msg): - """! + """ Plot the samples onto the complex grid. @param msg the array of complex samples """ |