Skip to content

Commit fa5c3e5

Browse files
authored
Merge pull request #392 from norlab/patch-2
update wording
2 parents 57f69c7 + cc855b2 commit fa5c3e5

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
@@ -285,7 +285,7 @@ are their daily inflammation measurements.
285285
> [floating-point numbers]({{ page.root }}/reference/#floating-point number).
286286
{: .callout}
287287
288-
We can see what the array's [shape]({{ page.root }}/reference/#shape) is like this:
288+
With this command we can see the array's [shape]({{ page.root }}/reference/#shape):
289289
290290
~~~
291291
print(data.shape)

0 commit comments

Comments
 (0)