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.
1 parent c72ec46 commit cc855b2Copy full SHA for cc855b2
_episodes/01-numpy.md
@@ -284,7 +284,7 @@ are their daily inflammation measurements.
284
> [floating-point numbers]({{ page.root }}/reference/#floating-point number).
285
{: .callout}
286
287
-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):
288
289
~~~
290
print(data.shape)
0 commit comments