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 683004c commit d44d0feCopy full SHA for d44d0fe
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