corrected an old comment

This commit is contained in:
David Halter
2013-09-06 15:12:54 +04:30
parent d216ab331a
commit 6f16aaaa19

View File

@@ -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