From f95b98a59c690031ff0078d82774c62f29a47641 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Wed, 13 Feb 2019 10:36:12 +0200 Subject: [PATCH] Fix typo Co-Authored-By: hugovk --- docs/deprecations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deprecations.rst b/docs/deprecations.rst index 071cf79bf..b8131ac05 100644 --- a/docs/deprecations.rst +++ b/docs/deprecations.rst @@ -17,7 +17,7 @@ PIL.*ImagePlugin.__version__ attributes .. deprecated:: 6.0.0 -The version constants of individuals plugins have been deprecated and will be removed in +The version constants of individual plugins have been deprecated and will be removed in a future version. Use ``PIL.__version__`` instead. =============================== ================================= ==================================