Skip to content

Commit 9b9c28c

Browse files
committed
fix typo
1 parent 29169ac commit 9b9c28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def if_2d_to_3d(images): # [h, w] --> [h, w, 3]
650650
return im_train_A, im_train_B, im_test_A, im_test_B
651651

652652
def download_file_from_google_drive(id, destination):
653-
""" Download file from Google Driver, see ``load_celeba_dataset`` for example.
653+
""" Download file from Google Drive, see ``load_celebA_dataset`` for example.
654654
655655
Parameters
656656
--------------

0 commit comments

Comments
 (0)