mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Fix duplicate target name "here".
This commit is contained in:
@@ -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>`_.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user