diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-04-12 14:57:35 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-04-12 14:57:35 +0200 |
| commit | eca3d533b98ab1987557b2ebe8752b20b6af41a2 (patch) | |
| tree | e8f98ae6ddea306c7bd0ba875a17515788d48f45 | |
| parent | d206a03cc50d3c0fee56b8dbd6a915eadc7038cf (diff) | |
| download | python-apt-eca3d533b98ab1987557b2ebe8752b20b6af41a2.tar.gz | |
doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914)
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | doc/source/tutorials/apt-cdrom.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bd87c411..ebe2de3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ python-apt (0.8.0~exp2) UNRELEASED; urgency=low * apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820) * apt.cache: Document that update() may need an open() (Closes: #622342) * apt.cache: Add a fetch_archives() method (Closes: #622347) + * doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914) -- Julian Andres Klode <jak@debian.org> Wed, 06 Apr 2011 09:46:52 +0200 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 |
