mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 23:04:48 +08:00
corrected an old comment
This commit is contained in:
@@ -170,9 +170,8 @@ math.cos
|
|||||||
# do the same for star imports
|
# do the same for star imports
|
||||||
cosh = 3
|
cosh = 3
|
||||||
from math import *
|
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!
|
# start of EVERY script!
|
||||||
##? []
|
|
||||||
cosh.real
|
cosh.real
|
||||||
|
|
||||||
cosh = 3
|
cosh = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user