Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e983252 commit 9a42d50Copy full SHA for 9a42d50
1 file changed
Lib/enum.py
@@ -1018,7 +1018,7 @@ def __format__(self, format_spec):
1018
import warnings
1019
warnings.warn(
1020
"in 3.12 format() will use the enum member, not the enum member's value;\n"
1021
- "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 "
1022
"the current display",
1023
DeprecationWarning,
1024
stacklevel=2,
0 commit comments