https://hg.python.org/peps/rev/25b6c610eaba changeset: 6094:25b6c610eaba parent: 6093:b32bb8775d14 parent: 6092:831276834e4b user: Alexander Belopolsky <alexander.belopolsky at gmail.com> date: Mon Sep 21 17:52:52 2015 -0400 summary: merge 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 @@ -298,7 +298,7 @@ Might be be evaluated as:: - 'abc' + format(expr1, spec1) + format(repr(expr2)) + 'def' + format(str(expr3)) + 'ghi' + 'abc' + format(expr1, spec1) + format(repr(expr2), spec2) + 'def' + format(str(expr3)) + 'ghi' Expression evaluation --------------------- -- Repository URL: https://hg.python.org/peps