From 46bd536c0cfe2233f30fc0f26885f4b63756da08 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 19 Feb 2016 20:11:00 +1100 Subject: [PATCH] Corrected documentation reference [ci skip] --- PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/Image.py b/PIL/Image.py index 177f804f744..7ca93d3eca3 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -95,7 +95,7 @@ def __getattr__(self, id): RuntimeWarning ) # Fail here anyway. Don't let people run with a mostly broken Pillow. - # see docs/porting-pil-to-pillow.rst + # see docs/porting.rst raise try: