From ce3b7231b45e3dcaddb3a0020dc5d09f00dd838a Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 9 Apr 2013 13:08:45 -0700 Subject: [PATCH] wording, undone --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 59300a650..6d7a52fcb 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,9 @@ to:: from PIL import Image -Note that if your code imports _imaging, that will also be hosted in the PIL namespace. The preferred method of importing _imaging is:: +Note that if your code imports _imaging, that will also be hosted in +the PIL namespace. The preferred, future proof method of importing the +private _imaging module is:: from PIL import Image _imaging = Image.core @@ -103,7 +105,7 @@ Current platform support for Pillow. Binary distributions are contributed for ea Installation ------------ -If there is a binary package for your system, that is the preferred way of obtaining Pillow. +If there is a binary package for your system, that is the preferred way of obtaining Pillow. [[UNDONE: Binary links]] Building from Source +++++++++