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, )