docs: fix typo in ollama notebook (#17127)

- **Description:** typo fix in ollama notebook
pull/17139/head
Arno Schutijzer 5 months ago committed by GitHub
parent 42c812a549
commit 863f96b2e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -244,7 +244,7 @@
"\n", "\n",
"def plt_img_base64(img_base64):\n", "def plt_img_base64(img_base64):\n",
" \"\"\"\n", " \"\"\"\n",
" Disply base64 encoded string as image\n", " Display base64 encoded string as image\n",
"\n", "\n",
" :param img_base64: Base64 string\n", " :param img_base64: Base64 string\n",
" \"\"\"\n", " \"\"\"\n",

Loading…
Cancel
Save