From 1eb842296cc8ac8d2ee236fbc35d422239f36c42 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 3 May 2013 20:22:54 -0400 Subject: [PATCH] Kill tab --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c59edd299..a79d1b012 100644 --- a/README.rst +++ b/README.rst @@ -31,14 +31,14 @@ Change:: to:: - from PIL import Image + from PIL import Image .. Note:: If your code imports _imaging, it will no longer work. The preferred, future proof method of importing the private _imaging module is:: from PIL import Image - _imaging = Image.core + _imaging = Image.core Why a fork? -----------