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

Skip to content

Commit 5ea7988

Browse files
committed
Remove trailing whitespace.
1 parent a8b29f0 commit 5ea7988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ def imread(fname, format=None):
12191219
matplotlib can only read PNGs natively, but if `PIL
12201220
<http://www.pythonware.com/products/pil/>`_ is installed, it will
12211221
use it to load the image and return an array (if possible) which
1222-
can be used with :func:`~matplotlib.pyplot.imshow`. Note, URL strings
1222+
can be used with :func:`~matplotlib.pyplot.imshow`. Note, URL strings
12231223
may not be compatible with PIL. Check the PIL documentation for more
12241224
information.
12251225
"""

0 commit comments

Comments
 (0)