editors/TextViewer.py
changeset 1747 6046ffa2280f
parent 1745 f9d32913bad4
child 1758 845ca626db09
--- a/editors/TextViewer.py	Wed Aug 16 12:03:46 2017 +0300
+++ b/editors/TextViewer.py	Wed Aug 16 12:21:05 2017 +0300
@@ -278,8 +278,8 @@
                         self.RefreshVariableTree()
                 blockinfo = self.Controler.GetBlockType(blocktype, blockinputs, self.Debug)
                 hint = ',\n    '.join(
-                            [ " " + fctdecl[0]+" := (*"+fctdecl[1]+"*)" for fctdecl in blockinfo["inputs"]] +
-                            [ " " + fctdecl[0]+" => (*"+fctdecl[1]+"*)" for fctdecl in blockinfo["outputs"]])
+                            [" " + fctdecl[0]+" := (*"+fctdecl[1]+"*)" for fctdecl in blockinfo["inputs"]] +
+                            [" " + fctdecl[0]+" => (*"+fctdecl[1]+"*)" for fctdecl in blockinfo["outputs"]])
                 if values[1] == "function":
                     event.SetDragText(blocktype+"(\n    "+hint+")")
                 else: