Skip to content

Commit 450f9f7

Browse files
committed
PEP 663: Fix markup
1 parent bdfea32 commit 450f9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-0663.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ str() output of each should be its inherent value; e.g. if ``Color`` is an
6363
Note that format() already produces the correct output in 3.10, only str() needs
6464
updating.
6565

66-
As much as possible, the ``str()`, ``repr()``, and ``format()`` of enum members
66+
As much as possible, the ``str()``, ``repr()``, and ``format()`` of enum members
6767
should be standardized across the standard library.
6868

6969
The repr() of Flag currently includes aliases, which it should not; fixing that

0 commit comments

Comments
 (0)