summaryrefslogtreecommitdiff
path: root/tirante/download_manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'tirante/download_manager.py')
-rw-r--r--tirante/download_manager.py2
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),