Commit 1ef45e46 authored by Sandro Tosi's avatar Sandro Tosi

merge with 3.2

parents d62dc434 f93be219
......@@ -583,7 +583,7 @@ Expressing a percentage::
>>> points = 19
>>> total = 22
>>> 'Correct answers: {:.2%}.'.format(points/total)
>>> 'Correct answers: {:.2%}'.format(points/total)
'Correct answers: 86.36%'
Using type-specific formatting::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment