Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3acec12

Browse filesBrowse files
committed
Merge pull request realpython#496 from jo/patch-1
Fix link to Pillow
2 parents 6e51664 + c821dd3 commit 3acec12
Copy full SHA for 3acec12

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/scenarios/imaging.rst

Copy file name to clipboardExpand all lines: docs/scenarios/imaging.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `Python Imaging Library <http://www.pythonware.com/products/pil/>`_, or PIL
1212
for short, is *the* library for image manipulation in Python. Unfortunately, its
1313
development has stagnated, with its last release in 2009.
1414

15-
Luckily for you, there's an actively-developed fork of PIL called `Pillow <http://python-pillow.github.io/`_ -
15+
Luckily for you, there's an actively-developed fork of PIL called `Pillow <http://python-pillow.github.io/>`_ -
1616
it's easier to install, runs on all operating systems, and supports Python 3.
1717

1818
Installation

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.