Replaced """! with """. Exclamation mark showed in doxygen docs.
[debian/gnuradio] / gr-wxgui / src / python / numbersink2.py
index 4b232d81df35026183330f17e39cb3cd2b055fdf..9e52745d815977156f6b81dba7ce2d0f0ec974ed 100644 (file)
@@ -32,7 +32,7 @@ from constants import *
 # Number sink block (wrapper for old wxgui)
 ##################################################
 class _number_sink_base(gr.hier_block2, common.prop_setter):
-       """!
+       """
        An decimator block with a number window display
        """