merge
This commit is contained in:
commit
587703fd20
|
@ -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
|
||||
---------------------
|
||||
|
|
Loading…
Reference in New Issue