From e30298f35661c4427fabd73ddaac53c97fe713c6 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 25 Feb 2024 06:53:29 +1100 Subject: [PATCH] Consistently place versionremoved under heading --- docs/deprecations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deprecations.rst b/docs/deprecations.rst index 46c8a07013e..8877ccdebd7 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 ~~~~~~~~~~~~