PEP 663: Fix SyntaxError (#2020)

This commit is contained in:
Yurii Karabas 2021-07-02 10:43:30 +03:00 committed by GitHub
parent fb51d37aab
commit f656342427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ str() output of each should be its inherent value; i.e.::
<Color.RED: 1> <Color.RED: 1>
>>> str(Color.RED) >>> str(Color.RED)
1 1
>>> format(Color.RED> >>> format(Color.RED)
'1' '1'
Note that format() already produces the correct output, only str() needs Note that format() already produces the correct output, only str() needs