diff options
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: |