small extra clarification
This commit is contained in:
parent
b0221ea514
commit
454a4066a3
|
@ -84,7 +84,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"def get_cat_image(url) -> Image:\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",
|
"\n",
|
||||||
" Returns:\n",
|
" Returns:\n",
|
||||||
" Image: An image file parsed with the PIL library, read from a bytestream from the cats API.\n",
|
" Image: An image file parsed with the PIL library, read from a bytestream from the cats API.\n",
|
||||||
|
|
Loading…
Reference in a new issue