diff options
Diffstat (limited to 'gr-wxgui/src/python/numbersink2.py')
-rw-r--r-- | gr-wxgui/src/python/numbersink2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/src/python/numbersink2.py b/gr-wxgui/src/python/numbersink2.py index 4b232d81df..9e52745d81 100644 --- a/gr-wxgui/src/python/numbersink2.py +++ b/gr-wxgui/src/python/numbersink2.py @@ -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 """ |