Skip to content

Commit 2b8bb5a

Browse files
westurnerCarreau
authored andcommitted
DOC: include WEBP in the display.Image docstring
1 parent 380665c commit 2b8bb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IPython/core/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def __init__(
905905
metadata=None,
906906
alt=None,
907907
):
908-
"""Create a PNG/JPEG/GIF image object given raw data.
908+
"""Create a PNG/JPEG/GIF/WEBP image object given raw data.
909909
910910
When this object is returned by an input cell or passed to the
911911
display function, it will result in the image being displayed

0 commit comments

Comments
 (0)