Consistently place versionremoved under heading

This commit is contained in:
Andrew Murray 2024-02-25 06:53:29 +11:00
parent ee37c63a10
commit e30298f356

View File

@ -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
~~~~~~~~~~~~