Commit 35927dea authored by Sandro Tosi's avatar Sandro Tosi

merge with 3.2

parents d126af8a baf30da2
......@@ -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