Skip to content

Commit 9d22732

Browse files
committed
DOC: fix link in newly built docstring
1 parent 0922396 commit 9d22732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,9 +1606,9 @@ def imsave(fname, arr, vmin=None, vmax=None, cmap=None, format=None,
16061606

16071607
def pil_to_array(pilImage):
16081608
"""
1609-
Load a `PIL image`_ and return it as a numpy int array.
1609+
Load a PIL_ image and return it as a numpy int array.
16101610
1611-
.. _PIL image: https://pillow.readthedocs.io/en/latest/reference/Image.html
1611+
.. _PIL: https://pillow.readthedocs.io/en/latest/reference/Image.html
16121612
16131613
Returns
16141614
-------

0 commit comments

Comments
 (0)