Skip to content

Commit

Permalink
PEP 663: Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Oct 19, 2021
1 parent bdfea32 commit 450f9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0663.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 450f9f7

Please sign in to comment.