Skip to content

Commit 0cf0d7d

Browse files
Replace "dramatically" with "considerably" in JIT section
Keep language plain and academic per jstac review. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5073452 commit 0cf0d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/numba.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ with qe.Timer():
492492
```
493493

494494
If we switch off JIT compilation by removing `@jit`, the code takes
495-
dramatically longer on our machine.
495+
considerably longer on our machine.
496496

497497
So we get a large speed gain by adding four characters.
498498

0 commit comments

Comments
 (0)