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.
1 parent a5bb735 commit 7002cacCopy full SHA for 7002cac
docs/source/usage.rst
@@ -59,7 +59,7 @@ named ``custom_julia``, run:
59
.. code-block:: pycon
60
61
>>> from julia import Julia
62
- >>> jl = julia.Julia(runtime="custom_julia")
+ >>> jl = Julia(runtime="custom_julia")
63
64
You can then use, e.g.,
65
0 commit comments