[py23] change deprecation warning from "next release" to "future release"

This commit is contained in:
Chris Simpkins 2021-03-20 11:52:12 -04:00
parent 0aeb7f4895
commit 3e252d8c87
No known key found for this signature in database
GPG Key ID: 0D0218A71C9DEB09

View File

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