Kaydet (Commit) baf30da2 authored tarafından Sandro Tosi's avatar Sandro Tosi

remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@

üst 0b7e5369
......@@ -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