Skip to content

Commit 278cd38

Browse files
author
Christopher Rowley
committed
fix ref in docs
1 parent bcd976a commit 278cd38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/pythoncall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ variables.
289289
| `exe` | `JULIA_PYTHONCALL_EXE` | Path to the Python executable, or special values (see below). |
290290
| `lib` | `JULIA_PYTHONCALL_LIB` | Path to the Python library (usually inferred automatically). |
291291
| `pickle` | `JULIA_PYTHONCALL_PICKLE` | Pickle module to use for serialization (`pickle` or `dill`). |
292-
| `fix_qt_plugin_path=<true\|false>` | `JULIA_PYTHONCALL_FIX_QT_PLUGIN_PATH=<false\|true\|0\|1\|no\|yes>` | When true (the default), automatically [fix the Qt plugin path](@ref `PythonCall.fix_qt_plugin_path`) when activating a Qt-based event loop. |
292+
| `fix_qt_plugin_path=<true\|false>` | `JULIA_PYTHONCALL_FIX_QT_PLUGIN_PATH=<false\|true\|0\|1\|no\|yes>` | When true (the default), automatically [fix the Qt plugin path](@ref PythonCall.fix_qt_plugin_path) when activating a Qt-based event loop. |
293293

294294
The easiest way to set these preferences is with the
295295
[`PreferenceTools`](https://github.com/cjdoris/PreferenceTools.jl)

0 commit comments

Comments
 (0)