Skip to content

Commit 82d4b67

Browse files
update (typo fix)
1 parent cd7e008 commit 82d4b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/guide/data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,9 +726,9 @@
726726
},
727727
"outputs": [],
728728
"source": [
729-
"for images, label in ds.take(1):\n",
729+
"for images, labels in ds.take(1):\n",
730730
" print('images.shape: ', images.shape)\n",
731-
" print('label.shape: ', label.shape)\n"
731+
" print('labels.shape: ', labels.shape)\n"
732732
]
733733
},
734734
{

0 commit comments

Comments
 (0)