From 2058e00e3e81e6e298a93d3f209d13568970fa7d Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 2 Nov 2019 08:40:29 +0200 Subject: [PATCH] Update docs/deprecations.rst Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- docs/deprecations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deprecations.rst b/docs/deprecations.rst index 3a48f37ee..144661820 100644 --- a/docs/deprecations.rst +++ b/docs/deprecations.rst @@ -82,7 +82,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