From 1afc40c1ec83dd9c8055418d4bf7dec0315ea268 Mon Sep 17 00:00:00 2001 From: Naina <54177705+the-thirteenth-star@users.noreply.github.com> Date: Sun, 3 Nov 2019 15:40:27 +0530 Subject: [PATCH] Update fetch.py --- dvc/repo/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/repo/fetch.py b/dvc/repo/fetch.py index b69c8c04b2..95eba34b10 100644 --- a/dvc/repo/fetch.py +++ b/dvc/repo/fetch.py @@ -26,7 +26,7 @@ def _fetch( """Download data items from a cloud and imported repositories Returns: - int: number of succesfully downloaded files + int: number of successfully downloaded files Raises: DownloadError: thrown when there are failed downloads, either