PEP 663: Fix markup

This commit is contained in:
Guido van Rossum 2021-10-18 17:04:45 -07:00
parent bdfea32f63
commit 450f9f730a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ str() output of each should be its inherent value; e.g. if ``Color`` is an
Note that format() already produces the correct output in 3.10, only str() needs
updating.
As much as possible, the ``str()`, ``repr()``, and ``format()`` of enum members
As much as possible, the ``str()``, ``repr()``, and ``format()`` of enum members
should be standardized across the standard library.
The repr() of Flag currently includes aliases, which it should not; fixing that