summaryrefslogtreecommitdiff
path: root/grc/python
diff options
context:
space:
mode:
authorSebastian Koslowski <koslowski@kit.edu>2014-06-13 10:43:22 +0200
committerJohnathan Corgan <johnathan@corganlabs.com>2014-06-13 14:33:24 -0700
commitc138442d414168b681c0d4900906360a27b4c8c3 (patch)
treea7343ba21766040ef64a2f4656e5239d2e489407 /grc/python
parente620fa41fcddc467be6ddde777e702a3d4c399a9 (diff)
grc: remove stray comment in generated flow graph
Diffstat (limited to 'grc/python')
-rw-r--r--grc/python/flow_graph.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl
index 885fa7534d..e1b091612b 100644
--- a/grc/python/flow_graph.tmpl
+++ b/grc/python/flow_graph.tmpl
@@ -230,7 +230,7 @@ gr.io_signaturev($(len($io_sigs)), $(len($io_sigs)), [$(', '.join($size_strs))])
#end for
########################################################
-# QT sink close method reimplementation
+## QT sink close method reimplementation
########################################################
#if $generate_options == 'qt_gui'
def closeEvent(self, event):