Skip to content

Commit 355c152

Browse files
authored
Update lectures/numpy.md
1 parent 5a474e1 commit 355c152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/numpy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ For a comprehensive list of what's available in NumPy see [this documentation](h
11671167
```{index} single: Vectorization; Operations on Arrays
11681168
```
11691169

1170-
We mentioned in an {doc}`previous lecture <>` that NumPy-based vectorization can
1170+
We mentioned in an {doc}`previous lecture <need_for_speed>` that NumPy-based vectorization can
11711171
accelerate scientific applications.
11721172

11731173
In this section we try some speed comparisons to illustrate this fact.

0 commit comments

Comments
 (0)