diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-10-08 20:43:57 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-10-08 20:43:57 +0200 |
| commit | 08f525a905f7f76f7d810c7d4f02859fd0575414 (patch) | |
| tree | 376ea4c852900a87e532c810b1b05feff8259c01 | |
| parent | 328fd48b06f75e756a9adb15e2bdf408fba47da3 (diff) | |
| download | python-apt-08f525a905f7f76f7d810c7d4f02859fd0575414.tar.gz | |
python-apt: formatting error in library/index.rst (Closes: #692484)
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | doc/source/library/index.rst | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1d3bbaa5..e1bcc2ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ python-apt (0.9.0) UNRELEASED; urgency=low [ Jeremy Bicha ] * data/templates/Ubuntu.info.in: add 'devel' series (Closes: #722961) + [ Jakub Wilk ] + * python-apt: formatting error in library/index.rst (Closes: #692484) + -- Michael Vogt <mvo@debian.org> Mon, 05 Aug 2013 22:55:02 +0200 python-apt (0.8.9.1) unstable; urgency=low diff --git a/doc/source/library/index.rst b/doc/source/library/index.rst index 70e91f84..dbd58375 100644 --- a/doc/source/library/index.rst +++ b/doc/source/library/index.rst @@ -10,7 +10,7 @@ When going through the library, the first two modules are :mod:`apt_pkg` and apt-pkg and apt-inst libraries and the base for the rest of python-apt. Going forward, the :mod:`apt` package appears. This package is using -:mod:`apt_pkg` and :mod`apt_inst` to provide easy to use ways to manipulate +:mod:`apt_pkg` and :mod:`apt_inst` to provide easy to use ways to manipulate the cache, fetch packages, or install new packages. It also provides useful progress classes, for text and GTK+ interfaces. The last package is :mod:`aptsources`. The aptsources package provides classes and functions to |
