From 924831afcdb187b3de670be6fd1f6147d62be5cf Mon Sep 17 00:00:00 2001 From: jblum Date: Wed, 10 Sep 2008 01:23:21 +0000 Subject: Replaced """! with """. Exclamation mark showed in doxygen docs. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-wxgui/src/python/const_window.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gr-wxgui/src/python/const_window.py') 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 """ -- cgit