New submission from Dutcho <dut...@ziggo.nl>:

https://docs.python.org/3.11/library/enum.html#enum.StrEnum contains:
Note __str__() is str.__str__() to better support the replacement of existing 
constants use-case. __format__() is likewise int.__format__() for that same 
reason.

This should be (change indicated by triple star):
Note __str__() is str.__str__() to better support the replacement of existing 
constants use-case. __format__() is likewise ***str***.__format__() for that 
same reason.

Likely copied from IntEnum

----------
assignee: docs@python
components: Documentation
messages: 412067
nosy: Dutcho, docs@python
priority: normal
severity: normal
status: open
title: final note on StrEnum documentation incorrectly refers to int.__format__ 
instead of str.__format__
versions: Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46569>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to