From d535ba24c44247630555d95efc9bde1696d555a4 Mon Sep 17 00:00:00 2001 From: Sebastian Koslowski <koslowski@kit.edu> Date: Sat, 7 May 2016 13:26:01 +0200 Subject: grc: minor fixes/clean-ups --- grc/core/Block.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grc/core/Block.py') 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: -- cgit v1.2.3