diff options
Diffstat (limited to 'grc/gui/Param.py')
-rw-r--r-- | grc/gui/Param.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grc/gui/Param.py b/grc/gui/Param.py index 2ca20fab2a..499af2e2ed 100644 --- a/grc/gui/Param.py +++ b/grc/gui/Param.py @@ -227,7 +227,7 @@ class Param(Element): An enum requires and combo parameter. A non-enum with options gets a combined entry/combo parameter. All others get a standard entry parameter. - + Returns: gtk input class """ @@ -245,7 +245,7 @@ class Param(Element): def get_markup(self): """ Get the markup for this param. - + Returns: a pango markup string """ |