You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/01-numpy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,7 @@ because they have the same part-and-whole relationship.
310
310
311
311
If we want to get a single number from the array,
312
312
we must provide an [index]({{ page.root }}/reference/#index) in square brackets,
313
-
just as we do in math when referring to an element of a matrix:
313
+
just as we do in math when referring to an element of a matrix. Our inflammation data has two dimensions, so we will need to use two indices to refer to a value:
0 commit comments