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.
StrEnum
1 parent 6baa98e commit 734b1f1Copy full SHA for 734b1f1
1 file changed
Doc/library/enum.rst
@@ -420,7 +420,7 @@ Data Types
420
421
.. note:: :meth:`__str__` is :func:`str.__str__` to better support the
422
*replacement of existing constants* use-case. :meth:`__format__` is likewise
423
- :func:`int.__format__` for that same reason.
+ :func:`str.__format__` for that same reason.
424
425
.. versionadded:: 3.11
426
0 commit comments