From 3e252d8c872089a6d161c2fecc513d6bcb155b33 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sat, 20 Mar 2021 11:52:12 -0400 Subject: [PATCH] [py23] change deprecation warning from "next release" to "future release" --- Lib/fontTools/misc/py23.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/misc/py23.py b/Lib/fontTools/misc/py23.py index bced80077..9096e2ef4 100644 --- a/Lib/fontTools/misc/py23.py +++ b/Lib/fontTools/misc/py23.py @@ -9,7 +9,7 @@ from io import StringIO as UnicodeIO from types import SimpleNamespace warnings.warn( - "The py23 module has been deprecated and will be removed in the next release. " + "The py23 module has been deprecated and will be removed in a future release. " "Please update your code.", DeprecationWarning, )