aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/enum.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/enum.py')
-rw-r--r--Lib/enum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/enum.py b/Lib/enum.py
index 55299c57882..84c7b0dc2af 100644
--- a/Lib/enum.py
+++ b/Lib/enum.py
@@ -148,7 +148,7 @@ class property(DynamicClassAttribute):
import warnings
warnings.warn(
"accessing one member from another is not supported, "
- " and will be disabled in 3.11",
+ " and will be disabled in 3.12",
DeprecationWarning,
stacklevel=2,
)