Skip to content

Commit e0ff7ad

Browse files
committed
Fix typo
1 parent 49c5a2b commit e0ff7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_datasets/image_classification/caltech_birds.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,13 +376,13 @@ class CaltechBirdsInfo(
376376
class CaltechBirdsInfo2011(
377377
collections.namedtuple(
378378
"_CaltechBirdsInfo2011",
379-
["name", "images_urls", "segmentations_url"],
379+
["name", "images_url", "segmentations_url"],
380380
)
381381
):
382382
"""Contains the information necessary to generate a Caltech Birds 2011 dataset.
383383
384384
Args:
385385
name (str): name of dataset.
386-
images_urls (str): URL containing images
386+
images_url (str): URL containing images
387387
segmentations_url (str): URL containing segmentations.
388388
"""

0 commit comments

Comments
 (0)