PEP 663: Fix SyntaxError (#2020)
This commit is contained in:
parent
fb51d37aab
commit
f656342427
|
@ -53,7 +53,7 @@ str() output of each should be its inherent value; i.e.::
|
|||
<Color.RED: 1>
|
||||
>>> str(Color.RED)
|
||||
1
|
||||
>>> format(Color.RED>
|
||||
>>> format(Color.RED)
|
||||
'1'
|
||||
|
||||
Note that format() already produces the correct output, only str() needs
|
||||
|
|
Loading…
Reference in New Issue