From ff0c7e27d3c9d151ed14251a45ab14e39c400e8d Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 3 Mar 2015 13:00:32 +0100 Subject: [PATCH] Comment for two commits earlier. --- test/completion/comprehensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/completion/comprehensions.py b/test/completion/comprehensions.py index 3eca2eef..98a15bcb 100644 --- a/test/completion/comprehensions.py +++ b/test/completion/comprehensions.py @@ -119,7 +119,7 @@ left # ----------------- def x(): + """Should not try to resolve to the if hio, which was a bug.""" #? 22 [a for a in h if hio] if hio: pass -