Skip to content

Commit b97e16d

Browse files
committed
update spacing
1 parent 4ab0942 commit b97e16d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lectures/numpy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,7 @@ import quantecon as qe
14581458
np.random.seed(123)
14591459
x = np.random.randn(1000, 100, 100)
14601460
y = np.random.randn(100)
1461+
14611462
qe.tic()
14621463
A = x / y
14631464
qe.toc()
@@ -1499,7 +1500,7 @@ qe.toc()
14991500
```
15001501

15011502
Note that the `for` loop takes about 80
1502-
times longer than broadcasting operation on this machine.
1503+
times longer than the broadcasting operation on this machine.
15031504

15041505
Compare your answer with the output of broadcasting
15051506

0 commit comments

Comments
 (0)