Skip to content

Commit daf0ff0

Browse files
authored
fixup
1 parent bf9cc5b commit daf0ff0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/pythoncall.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@ If `conda`, `mamba` or `micromamba` is not in your `PATH` you will also need to
288288
#### If you installed a newer version of libstdc++
289289
PythonCall injects a dependency to bound the allowed versions of the `libstdcxx-ng`
290290
Conda package. It finds the bound by runtime discovery of the libstdcxx version. To
291-
override this value (e.g. if the user replaced the bundled libstdc++ with something
292-
else, use:
291+
override this value, use:
293292

294293
```julia
295294
[PythonCall]

0 commit comments

Comments
 (0)