Skip to content

Commit

Permalink
nit: Spell out downloaded explicitly.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 229445684
  • Loading branch information
dbieber authored and Copybara-Service committed Jan 17, 2019
1 parent 39abebe commit ce02d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_datasets/core/download/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def download(self, url_info, destination_path):
destination_path: `str`, path to directory where to download the resource.
Returns:
Promise obj -> (`str`, int): (dlded object checksum, size in bytes).
Promise obj -> (`str`, int): (downloaded object checksum, size in bytes).
"""
url = url_info.url
future = self._executor.submit(self._sync_download, url, destination_path)
Expand Down

0 comments on commit ce02d0a

Please sign in to comment.