Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit 7473497

Browse files
committed
minor_fix
1 parent c75fd5f commit 7473497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/rst/parallelization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ But if this is true, then why isn't the Numba code faster?
241241
The reason is that NumPy makes up for its disadvantages with implicit
242242
multithreading, as we've just discussed.
243243

244-
Multithreading at Numba Ufunc
245-
-----------------------------
244+
Multithreading a Numba Ufunc
245+
----------------------------
246246

247247
Can we get both of these advantages at once?
248248

0 commit comments

Comments
 (0)