From 6f16aaaa19d4df13e5dc0051da953ddff20feff7 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 6 Sep 2013 15:12:54 +0430 Subject: [PATCH] corrected an old comment --- test/completion/ordering.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/completion/ordering.py b/test/completion/ordering.py index f34c5229..a6a4f172 100644 --- a/test/completion/ordering.py +++ b/test/completion/ordering.py @@ -170,9 +170,8 @@ math.cos # do the same for star imports cosh = 3 from math import * -# This doesn't work, but that's not a problem, star imports should be at the +# cosh doesn't work, but that's not a problem, star imports should be at the # start of EVERY script! -##? [] cosh.real cosh = 3