diff --git a/docs/deprecations.rst b/docs/deprecations.rst index 46c8a0701..8877ccdeb 100644 --- a/docs/deprecations.rst +++ b/docs/deprecations.rst @@ -516,11 +516,11 @@ Please use ``from PIL.Image import core as _imaging`` instead. Pillow and PIL ~~~~~~~~~~~~~~ +.. versionremoved:: 1.0.0 + Pillow and PIL cannot co-exist in the same environment. Before installing Pillow, please uninstall PIL. -.. versionremoved:: 1.0.0 - import Image ~~~~~~~~~~~~