We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfea32 commit 450f9f7Copy full SHA for 450f9f7
pep-0663.txt
@@ -63,7 +63,7 @@ str() output of each should be its inherent value; e.g. if ``Color`` is an
63
Note that format() already produces the correct output in 3.10, only str() needs
64
updating.
65
66
-As much as possible, the ``str()`, ``repr()``, and ``format()`` of enum members
+As much as possible, the ``str()``, ``repr()``, and ``format()`` of enum members
67
should be standardized across the standard library.
68
69
The repr() of Flag currently includes aliases, which it should not; fixing that
0 commit comments