diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-07-07 12:18:00 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-07-07 12:18:00 -0400 |
commit | 597b93798a804cde1783d6d2ab53b348d57c44cd (patch) | |
tree | b65e73bb0de634ff5d209b15971ebdabf369a45c /grc/base/Param.py | |
parent | 1151e5502ccd440ebd89599cf7e4be4fb5ed8334 (diff) |
Removing trailing/extra whitespaces before release.
We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
Diffstat (limited to 'grc/base/Param.py')
-rw-r--r-- | grc/base/Param.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grc/base/Param.py b/grc/base/Param.py index 33ba7c3dbb..94be8b0fe0 100644 --- a/grc/base/Param.py +++ b/grc/base/Param.py @@ -63,7 +63,7 @@ class Param(Element): def __init__(self, block, n): """ Make a new param from nested data. - + Args: block: the parent element n: the nested odict @@ -162,7 +162,7 @@ class Param(Element): Get the repr (nice string format) for this param. Just return the value (special case enum). Derived classes can handle complex formatting. - + Returns: the string representation """ @@ -189,7 +189,7 @@ class Param(Element): def export_data(self): """ Export this param's key/value. - + Returns: a nested data odict """ |