Fix duplicate target name "here".

This commit is contained in:
Mark van Lent
2015-10-20 21:09:25 +02:00
parent 25c0331da8
commit d8b6a22f58
+4 -6
View File
@@ -20,8 +20,8 @@ Installation
~~~~~~~~~~~~ ~~~~~~~~~~~~
Before installing Pillow, you'll have to install Pillow's prerequisites. Find Before installing Pillow, you'll have to install Pillow's prerequisites. Find
the instructions for your platform the instructions for your platform in the
`here <https://pillow.readthedocs.org/en/3.0.0/installation.html>`_. `Pillow installation instructions <https://pillow.readthedocs.org/en/3.0.0/installation.html>`_.
After that, it's straightforward: After that, it's straightforward:
@@ -53,7 +53,5 @@ Example
exif_data = im._getexif() exif_data = im._getexif()
exif_data exif_data
There are more examples of the Pillow library There are more examples of the Pillow library in the
`here <http://pillow.readthedocs.org/en/3.0.x/handbook/tutorial.html>`_. `Pillow tutorial <http://pillow.readthedocs.org/en/3.0.x/handbook/tutorial.html>`_.