From 454a4066a32b6e280a71cf70e20107336945ec4e Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 29 Feb 2024 21:34:13 +0100 Subject: [PATCH] small extra clarification --- assignment.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",