From 450f9f730a5829889662bcdba5f54bb8fa65ddaf Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 18 Oct 2021 17:04:45 -0700 Subject: [PATCH] PEP 663: Fix markup --- pep-0663.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0663.txt b/pep-0663.txt index e02b998d4..18b8c9a14 100644 --- a/pep-0663.txt +++ b/pep-0663.txt @@ -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