Fix typo.

This commit is contained in:
Eric V. Smith 2015-08-07 22:13:33 -04:00
parent b7dd9ee40b
commit 84c290c550
1 changed files with 1 additions and 1 deletions

View File

@ -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::