Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26e615a

Browse files
authored
Remove trailing if
1 parent 5d64897 commit 26e615a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/core/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def __init__(self, data=None, url=None, filename=None, metadata=None):
286286
in the frontend. The MIME type of the data should match the
287287
subclasses used, so the Png subclass should be used for 'image/png'
288288
data. If the data is a URL, the data will first be downloaded
289-
and then displayed. If
289+
and then displayed.
290290
291291
Parameters
292292
----------

0 commit comments

Comments
 (0)