Skip to content

Commit 25217b2

Browse files
authored
Tweak a wording [ci skip]
1 parent 7a2e878 commit 25217b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ https://github.com/JuliaPy/pyjulia/issues/211
339339

340340
PyJulia cannot be used in different threads since libjulia is not
341341
thread safe. However, you can
342-
[use thread within Julia](https://docs.julialang.org/en/v1.0/manual/parallel-computing/#Multi-Threading-(Experimental)-1).
342+
[use multiple threads within Julia](https://docs.julialang.org/en/v1.0/manual/parallel-computing/#Multi-Threading-(Experimental)-1).
343343
For example, start IPython by `JULIA_NUM_THREADS=4 ipython` and then
344344
run:
345345

0 commit comments

Comments
 (0)