Skip to content

Commit

Permalink
Fix typo in JPG component docs (#7323)
Browse files Browse the repository at this point in the history
Co-authored-by: DJ Lee <dj@breakwaterresearch.com>
  • Loading branch information
dennisjlee and DJ Lee authored Sep 26, 2024
1 parent 260da79 commit df24be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reference/panes/JPG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"* **``embed``** (boolean, default=False): If given a URL to an image this determines whether the image will be embedded as base64 or merely linked to.\n",
"* **``fixed_aspect``** (boolean, default=True): Whether the aspect ratio of the image should be forced to be equal.\n",
"* **``link_url``** (str, default=None): A link URL to make the image clickable and link to some other website.\n",
"* **``object``** (str or object): The JPEG file to display. Can be a string pointing to a local or remote file, or an object with a ``_repr_jpg_`` method.\n",
"* **``object``** (str or object): The JPEG file to display. Can be a string pointing to a local or remote file, or an object with a ``_repr_jpeg_`` method.\n",
"* **``style``** (dict): Dictionary specifying CSS styles\n",
"\n",
"___"
Expand Down

0 comments on commit df24be1

Please sign in to comment.