Skip to content

Commit 34d327d

Browse files
xinhuaguxyang16
andauthored
Update chapter_preliminaries/ndarray.ipynb
Co-authored-by: Xin Yang <[email protected]>
1 parent e316e02 commit 34d327d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_preliminaries/ndarray.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@
702702
"according to their relative position to the end of the list \n",
703703
"by using negative indices.\n",
704704
"\n",
705-
"Thus, `[-1:]` selects the last element and `[1:3]` \n",
705+
"Thus, `[-1]` selects the last element and `[1:3]` \n",
706706
"selects the second and the third elements as follows:"
707707
]
708708
},

0 commit comments

Comments
 (0)