This commit is contained in:
Alexander Belopolsky 2015-09-21 17:52:52 -04:00
commit 587703fd20
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ For example, this code::
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
---------------------