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 a45de99 commit 7a9d495Copy full SHA for 7a9d495
README.md
@@ -339,7 +339,7 @@ https://github.com/JuliaPy/pyjulia/issues/211
339
340
PyJulia cannot be used in different threads since libjulia is not
341
thread safe. However, you can
342
-[use thread within Julia](https://docs.julialang.org/en/v1.0/manual/parallel-computing/#Multi-Threading-(Experimental)-1).
+[use multiple threads within Julia](https://docs.julialang.org/en/v1.0/manual/parallel-computing/#Multi-Threading-(Experimental)-1).
343
For example, start IPython by `JULIA_NUM_THREADS=4 ipython` and then
344
run:
345
0 commit comments