Skip to content

Commit cd7e008

Browse files
authored
Update data.ipynb
1 parent 629312d commit cd7e008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
"source": [
729729
"for images, label in ds.take(1):\n",
730730
" print('images.shape: ', images.shape)\n",
731-
" print('labels.shape: ', label.shape)\n"
731+
" print('label.shape: ', label.shape)\n"
732732
]
733733
},
734734
{

0 commit comments

Comments
 (0)