Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b29f0 commit 5ea7988Copy full SHA for 5ea7988
lib/matplotlib/image.py
@@ -1219,7 +1219,7 @@ def imread(fname, format=None):
1219
matplotlib can only read PNGs natively, but if `PIL
1220
<http://www.pythonware.com/products/pil/>`_ is installed, it will
1221
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
+ can be used with :func:`~matplotlib.pyplot.imshow`. Note, URL strings
1223
may not be compatible with PIL. Check the PIL documentation for more
1224
information.
1225
"""
0 commit comments