There was an error while loading. Please reload this page.
1 parent 9923117 commit cd59cd9Copy full SHA for cd59cd9
1 file changed
lectures/numba.md
@@ -555,7 +555,7 @@ Now let's see how fast it runs:
555
%time calculate_pi()
556
```
557
558
-If we switch of JIT compilation by removing `@njit`, the code takes around
+If we switch offf JIT compilation by removing `@njit`, the code takes around
559
150 times as long on our machine.
560
561
So we get a speed gain of 2 orders of magnitude--which is huge--by adding four
0 commit comments