Skip to content

Commit d7ed15b

Browse files
authored
Merge pull request #412 from PallHaraldsson/patch-7
Have sind in docs
2 parents db9de24 + cb8dc3f commit d7ed15b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Other variants of Python import syntax also work:
2626
.. code-block:: pycon
2727
2828
>>> import julia.Base
29-
>>> from julia.Base import Enums # import a submodule
30-
>>> from julia.Base import sin # import a function from a module
29+
>>> from julia.Base import Enums # import a submodule
30+
>>> from julia.Base import sin, sind # import functions from a module
3131
3232
The global namespace of Julia’s interpreter can be accessed via a
3333
special module ``julia.Main``:

0 commit comments

Comments
 (0)