Skip to content

Commit ae2a2ec

Browse files
committed
Style change
1 parent 5f1bfbd commit ae2a2ec

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
@@ -151,7 +151,7 @@
151151
"import pathlib\n",
152152
"dataset_url = \"https://storage.googleapis.com/download.tensorflow.org/example_images/flower_photos.tgz\"\n",
153153
"archive = tf.keras.utils.get_file(origin=dataset_url, extract=True)\n",
154-
"data_dir = pathlib.Path(archive).joinpath('flower_photos')"
154+
"data_dir = pathlib.Path(archive) / 'flower_photos'"
155155
]
156156
},
157157
{

0 commit comments

Comments
 (0)