From 8a657e19498f03ec2beb14b0a44f9c80f7bdbcf8 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sat, 11 May 2013 20:20:20 -0400 Subject: [PATCH] Wording --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 11cb85ba5..f72d49397 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ The fork author's goal is to foster active development of PIL through: Porting your Python code from PIL to Pillow ------------------------------------------- -.. Note:: PIL and Pillow currently cannot co-exist. If you want to use Pillow, please remove PIL first. +.. Note:: PIL and Pillow currently cannot co-exist in the same environment. If you want to use Pillow, please remove PIL first. Pillow is a functional drop-in replacement for the Python Imaging Library. To run your existing PIL-compatible code with Pillow, it needs to be modified to import the ``Imaging`` module from the **PIL namespace instead of the global namespace**. I.e. change::