We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a080329 + 699525a commit 17210caCopy full SHA for 17210ca
1 file changed
content/save-load-arrays.md
@@ -68,7 +68,7 @@ will assign `x` to the integers from 0 to 9 using
68
[`np.arange`](https://numpy.org/doc/stable/reference/generated/numpy.arange.html).
69
70
```{code-cell}
71
-x = np.arange(0, 10, 1)
+x = np.arange(10)
72
y = x ** 2
73
print(x)
74
print(y)
0 commit comments