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 /doc/source | |
| parent | 328fd48b06f75e756a9adb15e2bdf408fba47da3 (diff) | |
| download | python-apt-08f525a905f7f76f7d810c7d4f02859fd0575414.tar.gz | |
python-apt: formatting error in library/index.rst (Closes: #692484)
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/library/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
