diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-01-20 17:06:11 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-01-20 17:06:11 +0100 |
| commit | 2e32d8d27f84b585ef8196a28bdd2e649de02607 (patch) | |
| tree | 7f0ee602792764aa410d814b71a8cd528f3b8539 /doc/source/library | |
| parent | 86bad92b26e6c7af7deb7dfcdd25e70ce1ce5a85 (diff) | |
| download | python-apt-2e32d8d27f84b585ef8196a28bdd2e649de02607.tar.gz | |
Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.
Diffstat (limited to 'doc/source/library')
| -rw-r--r-- | doc/source/library/apt_pkg.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index c3a74267..90b3062a 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -731,7 +731,7 @@ Index Files .. attribute:: index_files -.. class:: PackageIndexFile +.. class:: IndexFile .. method:: archive_uri(path) @@ -743,7 +743,7 @@ Index Files .. attribute:: describe - A description of the :class:`PackageIndexFile`. + A description of the :class:`IndexFile`. .. attribute:: exists @@ -1790,7 +1790,7 @@ Other classes .. method:: find_index(pkgfile) - Return a :class:`PackageIndexFile` object for the :class:`PackageFile` + Return a :class:`IndexFile` object for the :class:`PackageFile` *pkgfile*. .. method:: read_main_list |
