Skip to content

Commit e663056

Browse files
committed
mention matrix indexing specifically, not just 'math'
1 parent 7b5ccc7 commit e663056

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
@@ -310,7 +310,7 @@ because they have the same part-and-whole relationship.
310310
311311
If we want to get a single number from the array,
312312
we must provide an [index]({{ page.root }}/reference/#index) in square brackets,
313-
just as we do in math:
313+
just as we do in math when referring to an element of a matrix:
314314
315315
~~~
316316
print('first value in data:', data[0, 0])

0 commit comments

Comments
 (0)