diff --git a/assignment.ipynb b/assignment.ipynb index f9d221c..7cccac1 100644 --- a/assignment.ipynb +++ b/assignment.ipynb @@ -84,7 +84,7 @@ "\n", "\n", "def get_cat_image(url) -> Image:\n", - " \"\"\"Fetch an image of the cat provided, returns an image file.\n", + " \"\"\"Fetch an image url of the cat provided, returns an image file.\n", "\n", " Returns:\n", " Image: An image file parsed with the PIL library, read from a bytestream from the cats API.\n",