8000 Fix minor typo · tensorflow/docs@dd851c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd851c6

Browse files
authored
Fix minor typo
imgages -> images
1 parent 28e5263 commit dd851c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/load_data/images.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
"id": "Ylj9fgkamgWZ"
695695
},
696696
"source": [
697-
"The above keras.preprocessing utilities are a convenient way to create a `tf.data.Dataset` from a directory of imgages. For finer grain control, you can write your own input pipeline using `tf.data`. This section shows how to do just that, beginning with the file paths from the zip we downloaded earlier."
697+
"The above keras.preprocessing utilities are a convenient way to create a `tf.data.Dataset` from a directory of images. For finer grain control, you can write your own input pipeline using `tf.data`. This section shows how to do just that, beginning with the file paths from the zip we downloaded earlier."
698698
]
699699
},
700700
{

0 commit comments

Comments
 (0)
0