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 57f69c7 + cc855b2 commit fa5c3e5Copy full SHA for fa5c3e5
_episodes/01-numpy.md
@@ -285,7 +285,7 @@ are their daily inflammation measurements.
285
> [floating-point numbers]({{ page.root }}/reference/#floating-point number).
286
{: .callout}
287
288
-We can see what the array's [shape]({{ page.root }}/reference/#shape) is like this:
+With this command we can see the array's [shape]({{ page.root }}/reference/#shape):
289
290
~~~
291
print(data.shape)
0 commit comments