We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db9de24 + cb8dc3f commit d7ed15bCopy full SHA for d7ed15b
docs/source/usage.rst
@@ -26,8 +26,8 @@ Other variants of Python import syntax also work:
26
.. code-block:: pycon
27
28
>>> import julia.Base
29
- >>> from julia.Base import Enums # import a submodule
30
- >>> from julia.Base import sin # import a function from a module
+ >>> from julia.Base import Enums # import a submodule
+ >>> from julia.Base import sin, sind # import functions from a module
31
32
The global namespace of Julia’s interpreter can be accessed via a
33
special module ``julia.Main``:
0 commit comments