diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2016-05-07 13:26:01 +0200 |
---|---|---|
committer | Seth Hitefield <sdhitefield@gmail.com> | 2016-05-18 18:59:31 -0400 |
commit | d535ba24c44247630555d95efc9bde1696d555a4 (patch) | |
tree | 766df5f5e5d78aff863100e426bcb0554e27c973 /grc/core/Block.py | |
parent | 2a51cc7abfae4867c08935f42bf6c2679dc3e23b (diff) |
grc: minor fixes/clean-ups
Diffstat (limited to 'grc/core/Block.py')
-rw-r--r-- | grc/core/Block.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/Block.py b/grc/core/Block.py index 106e4bc89a..c2111fe1bb 100644 --- a/grc/core/Block.py +++ b/grc/core/Block.py @@ -356,7 +356,7 @@ class Block(Element): """ Resolve all import statements. Split each import statement at newlines. - Combine all import statments into a list. + Combine all import statements into a list. Filter empty imports. Returns: |