summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-04-12 14:57:35 +0200
committerJulian Andres Klode <jak@debian.org>2011-04-12 14:57:35 +0200
commiteca3d533b98ab1987557b2ebe8752b20b6af41a2 (patch)
treee8f98ae6ddea306c7bd0ba875a17515788d48f45 /doc/source
parentd206a03cc50d3c0fee56b8dbd6a915eadc7038cf (diff)
downloadpython-apt-eca3d533b98ab1987557b2ebe8752b20b6af41a2.tar.gz
doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914)
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/tutorials/apt-cdrom.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/tutorials/apt-cdrom.rst b/doc/source/tutorials/apt-cdrom.rst
index 0561e082..5dd88743 100644
--- a/doc/source/tutorials/apt-cdrom.rst
+++ b/doc/source/tutorials/apt-cdrom.rst
@@ -98,7 +98,7 @@ it is a boolean argument. Afterwards you could use
location of the mount pint. ``('c',"config-file","","ConfigFile")`` shows how
to include configuration files. This option takes a parameter which points to
a configuration file which will be added to the configuration space.
-('o',"option","","ArbItem") is yet another type of option, which allows users
+``('o',"option","","ArbItem")`` is yet another type of option, which allows users
to set configuration options on the commandline.
Now we have to check whether help or version is specified, and print a message