Skip to content

Commit 89318e8

Browse files
committed
fix a typo
1 parent ee27337 commit 89318e8

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
@@ -1450,7 +1450,7 @@ Recall that [broadcasting](broadcasting) in Numpy can help us conduct element-wi
14501450

14511451
In this exercise, try to use a `for` loop to replicate the result of the following broadcasting operations.
14521452

1453-
**Part1**: Try to replicate this simple example first and compare your results with the boardcasting operation.
1453+
**Part1**: Try to replicate this simple example first and compare your results with the broadcasting operation.
14541454

14551455
```{code-cell} python3
14561456

0 commit comments

Comments
 (0)