aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/misc/py23.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fontTools/misc/py23.py')
-rw-r--r--Lib/fontTools/misc/py23.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/fontTools/misc/py23.py b/Lib/fontTools/misc/py23.py
index bced8007..9096e2ef 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,
)