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 7b5ccc7 commit e663056Copy full SHA for e663056
_episodes/01-numpy.md
@@ -310,7 +310,7 @@ because they have the same part-and-whole relationship.
310
311
If we want to get a single number from the array,
312
we must provide an [index]({{ page.root }}/reference/#index) in square brackets,
313
-just as we do in math:
+just as we do in math when referring to an element of a matrix:
314
315
~~~
316
print('first value in data:', data[0, 0])
0 commit comments