diff options
author | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-10-13 02:07:58 -0600 |
---|---|---|
committer | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-10-13 02:07:58 -0600 |
commit | c4e6a561de67a3b4c4e45f1b27d7d74e37696296 (patch) | |
tree | 1f9dab9f90b362013dc3fa34ee805ded97abb96f | |
parent | 690e9b162ad06a911a7bbaf82d646b0325cb5aa4 (diff) |
Spelling fix
-rw-r--r-- | tirante/download_manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
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), |