Skip to content

Commit 63c3c76

Browse files
jaracograingert
andauthored
Adopt better wording
Co-authored-by: Thomas Grainger <[email protected]>
1 parent 5e7fb9c commit 63c3c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/importlib/abc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ def __getattr__(name, canonical=_resources_abc):
3535
import warnings
3636
warnings.warn(
3737
f"Using or importing the ABCs from {__name__!r} instead "
38-
f"of from {canonical.__name__!r} is deprecated since "
39-
"Python 3.11, and in 3.13 it will stop working",
38+
f"of from {canonical.__name__!r} is now deprecated, "
39+
"scheduled for removal in Python 3.13",
4040
DeprecationWarning,
4141
stacklevel=2,
4242
)

0 commit comments

Comments
 (0)