Skip to content

Commit d34d868

Browse files
author
Christopher Doris
committed
typo
1 parent 7e0a31d commit d34d868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/juliacall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ be configured in two ways:
9595

9696
| `-X` option | Environment Variable | Description |
9797
| :---------- | :------------------- | :---------- |
98-
| `-X juliacall-home=<dir> | `PYTHON_JULIACALL_BINDIR=<dir>` | The directory containing the julia executable. |
98+
| `-X juliacall-home=<dir>` | `PYTHON_JULIACALL_BINDIR=<dir>` | The directory containing the julia executable. |
9999
| `-X juliacall-check-bounds=<yes|no|auto>` | `PYTHON_JULIACALL_CHECK_BOUNDS=<yes|no|auto>` | Enable or disable bounds checking. |
100100
| `-X juliacall-compile=<yes|no|all|min>` | `PYTHON_JULIACALL_COMPILE=<yes|no|all|min>` | Enable or disable JIT compilation. |
101101
| `-X juliacall-compiled-modules=<yes|no>` | `PYTHON_JULIACALL_COMPILED_MODULES=<yes|no>` | Enable or disable incrementally compiling modules. |

0 commit comments

Comments
 (0)