Skip to content

Commit cc855b2

Browse files
authored
update wording
1 parent c72ec46 commit cc855b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/01-numpy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ are their daily inflammation measurements.
284284
> [floating-point numbers]({{ page.root }}/reference/#floating-point number).
285285
{: .callout}
286286
287-
We can see what the array's [shape]({{ page.root }}/reference/#shape) is like this:
287+
With this command we can see the array's [shape]({{ page.root }}/reference/#shape):
288288
289289
~~~
290290
print(data.shape)

0 commit comments

Comments
 (0)