Replaced """! with """. Exclamation mark showed in doxygen docs.
[debian/gnuradio] / gr-wxgui / src / python / const_window.py
index 366242cb02ad702690c3fe220b801480d8d7308c..0aea5b596bd3e01c29c7f141eb41cc0523e7dee8 100644 (file)
@@ -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
                """