[Python-checkins] peps: Fix typo.
eric.smith
python-checkins at python.org
Sat Aug 8 04:18:09 CEST 2015
https://hg.python.org/peps/rev/0a56f678064d
changeset: 5925:0a56f678064d
user: Eric V. Smith <eric at trueblade.com>
date: Fri Aug 07 22:13:33 2015 -0400
summary:
Fix typo.
files:
pep-0498.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pep-0498.txt b/pep-0498.txt
--- a/pep-0498.txt
+++ b/pep-0498.txt
@@ -190,7 +190,7 @@
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::
--
Repository URL: https://hg.python.org/peps
More information about the Python-checkins
mailing list