summaryrefslogtreecommitdiffstats
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 bccf024..01f4310 100644
--- a/Lib/enum.py
+++ b/Lib/enum.py
@@ -1018,7 +1018,7 @@ class Enum(metaclass=EnumType):
import warnings
warnings.warn(
"in 3.12 format() will use the enum member, not the enum member's value;\n"
- "use a format specifier, such as :d for an IntEnum member, to maintain"
+ "use a format specifier, such as :d for an IntEnum member, to maintain "
"the current display",
DeprecationWarning,
stacklevel=2,