bpo-46569: [Enum] fix typo in `StrEnum` docs (GH-31007)

This commit is contained in:
Nikita Sobolev 2022-02-03 18:22:41 +03:00 committed by GitHub
parent 6baa98e538
commit 734b1f119b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ Data Types
.. note:: :meth:`__str__` is :func:`str.__str__` to better support the
*replacement of existing constants* use-case. :meth:`__format__` is likewise
:func:`int.__format__` for that same reason.
:func:`str.__format__` for that same reason.
.. versionadded:: 3.11