summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-02 20:25:14 (GMT)
committerGeorg Brandl <georg@python.org>2009-01-02 20:25:14 (GMT)
commitfc29f27c162a236d2d879ab3fb803110628a0ccf (patch)
treecc68b3ee5ebf96d0e63161394c80a499f21ecae5 /Doc/tutorial
parent511048673f8635b12f683eb9fc09f42c8ab871c7 (diff)
downloadcpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.zip
cpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.tar.gz
cpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.tar.bz2
#4811: fix markup glitches (mostly remains of the conversion),
found by Gabriel Genellina.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/inputoutput.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/inputoutput.rst b/Doc/tutorial/inputoutput.rst
index 7287e3e..ef783ae 100644
--- a/Doc/tutorial/inputoutput.rst
+++ b/Doc/tutorial/inputoutput.rst
@@ -148,7 +148,7 @@ Positional and keyword arguments can be arbitrarily combined::
... other='Georg')
The story of Bill, Manfred, and Georg.
-An optional ``':``` and format specifier can follow the field name. This also
+An optional ``':'`` and format specifier can follow the field name. This also
greater control over how the value is formatted. The following example
truncates the Pi to three places after the decimal.