From c4e6a561de67a3b4c4e45f1b27d7d74e37696296 Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Sun, 13 Oct 2019 02:07:58 -0600 Subject: Spelling fix --- tirante/download_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tirante/download_manager.py b/tirante/download_manager.py index 7333d75..e7e7285 100644 --- a/tirante/download_manager.py +++ b/tirante/download_manager.py @@ -30,7 +30,7 @@ def download_image(image_list): image_list: list that contains url and name. """ - # Gets the content of an image rom its url. + # Gets the content of an image from its url. img_data = requests.get(image_list[0]).content # Opens a file with its corresponding name as 'wb' (write, binary), -- cgit v1.2.3