Skip to content

Commit 297b038

Browse files
xinhuaguxyang16
andauthored
Fix the mistake in the first slicing example (#208) (#209)
* Fix the mistake in the first slicing example (#208) * Update chapter_preliminaries/ndarray.ipynb Co-authored-by: Xin Yang <105740670+xyang16@users.noreply.github.com> * Update chapter_preliminaries/ndarray.ipynb Co-authored-by: Xin Yang <105740670+xyang16@users.noreply.github.com> --------- Co-authored-by: Xin Yang <105740670+xyang16@users.noreply.github.com>
1 parent 8a4a925 commit 297b038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter_preliminaries/ndarray.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@
718718
},
719719
"outputs": [],
720720
"source": [
721-
"x.get(\":-1\");"
721+
"x.get(\"-1\");"
722722
]
723723
},
724724
{
@@ -872,7 +872,7 @@
872872
"mimetype": "text/x-java-source",
873873
"name": "Java",
874874
"pygments_lexer": "java",
875-
"version": "14.0.2+12"
875+
"version": "18.0.1+10-24"
876876
}
877877
},
878878
"nbformat": 4,

0 commit comments

Comments
 (0)