Skip to content

Commit 7002cac

Browse files
authored
Fix documentation (#418)
1 parent a5bb735 commit 7002cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ named ``custom_julia``, run:
5959
.. code-block:: pycon
6060
6161
>>> from julia import Julia
62-
>>> jl = julia.Julia(runtime="custom_julia")
62+
>>> jl = Julia(runtime="custom_julia")
6363
6464
You can then use, e.g.,
6565

0 commit comments

Comments
 (0)