diff --git a/pep-0663.txt b/pep-0663.txt index 19f61f6d9..71743c2f5 100644 --- a/pep-0663.txt +++ b/pep-0663.txt @@ -53,7 +53,7 @@ str() output of each should be its inherent value; i.e.:: >>> str(Color.RED) 1 - >>> format(Color.RED> + >>> format(Color.RED) '1' Note that format() already produces the correct output, only str() needs