small extra clarification

This commit is contained in:
Lillian Violet 2024-02-29 21:34:13 +01:00
parent b0221ea514
commit 454a4066a3

View file

@ -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",