Skip to content

Commit

Permalink
code correct
Browse files Browse the repository at this point in the history
  • Loading branch information
LilRachel committed Aug 21, 2019
1 parent 3870c1a commit 60f8d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter4/chapter4.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ y = np.arange(-5, 5, 0.1)
Z = np.zeros((len(x), len(y)))
X, Y = np.meshgrid(x, y)
```

```
# loss
for i in range(len(x)):
Expand Down

0 comments on commit 60f8d72

Please sign in to comment.