Fix typo.
This commit is contained in:
parent
b7dd9ee40b
commit
84c290c550
|
@ -190,7 +190,7 @@ Code equivalence
|
|||
|
||||
The exact code that is executed when converting expressions to strings
|
||||
is unspecified by this PEP. However, it is specified that once the
|
||||
expression is evaluated, the results __format__() method will be
|
||||
expression is evaluated, the result's __format__() method will be
|
||||
called with the given format specifier.
|
||||
|
||||
For example, this code::
|
||||
|
|
Loading…
Reference in New Issue