Update docs/releasenotes/7.0.0.rst

Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2019-11-02 08:40:40 +02:00 committed by GitHub
parent 2058e00e3e
commit a3d16dd40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ Implicitly closing the image's underlying file in ``Image.__del__`` has been rem
Use a context manager or call ``Image.close()`` instead to close the file in a
deterministic way.
Deprecated:
Previous method:
.. code-block:: python