Skip to content

Commit aef05cd

Browse files
committed
Merge pull request scrapy#1260 from mikeumus/patch-2
Second PIL link no longer in use.
2 parents c8f338e + 893f082 commit aef05cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/images.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ once when it's shared by several items.
2828
so you need to install this library in order to use the images pipeline.
2929
`Python Imaging Library`_ (PIL) should also work in most cases, but it
3030
is known to cause troubles in some setups, so we recommend to use `Pillow`_
31-
instead of `PIL <Python Imaging Library>`_.
31+
instead of PIL.
3232

3333
.. _Pillow: https://github.com/python-imaging/Pillow
3434
.. _Python Imaging Library: http://www.pythonware.com/products/pil/

0 commit comments

Comments
 (0)