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 7a2e878 commit 25217b2Copy full SHA for 25217b2
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