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

Skip to content

Commit 3c8fe93

Browse files
committed
trivial: remove outdated comment
svn path=/branches/v0_98_5_maint/; revision=7030
1 parent bda0a8b commit 3c8fe93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/image.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,6 @@ def imread(fname):
720720
<http://www.pythonware.com/products/pil/>`_ is installed, it will
721721
use it to load the image and return an array (if possible) which
722722
can be used with :func:`~matplotlib.pyplot.imshow`.
723-
724-
TODO: support RGB and grayscale return values in _image.readpng
725723
"""
726724

727725
def pilread():

0 commit comments

Comments
 (0)