diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-05-19 15:15:36 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-05-19 15:15:36 +0200 |
| commit | 6acb0019d19c01a1861c41cf0d846a42a0af481b (patch) | |
| tree | 38bcf929e90c3bae3842770c763e38975afc501c /doc/source/tutorials/apt-get.rst | |
| parent | db157c59f3a0ae8ee3c150bae0aea70dcaf8beea (diff) | |
| download | python-apt-6acb0019d19c01a1861c41cf0d846a42a0af481b.tar.gz | |
Big documentation update.
Diffstat (limited to 'doc/source/tutorials/apt-get.rst')
| -rw-r--r-- | doc/source/tutorials/apt-get.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/tutorials/apt-get.rst b/doc/source/tutorials/apt-get.rst index 575f0c46..3bac473b 100644 --- a/doc/source/tutorials/apt-get.rst +++ b/doc/source/tutorials/apt-get.rst @@ -22,9 +22,10 @@ First of all, we have to create the objects:: Now we have to parse /etc/apt/sources.list and its friends, by using :meth:`apt_pkg.SourceList.read_main_list`:: + slist.read_main_list() -Now the **slist** object knows about the location of the indexes. We now have +The **slist** object now knows about the location of the indexes. We now have to load those indexes into the *acquire* object by calling :meth:`apt_pkg.SourceList.get_indexes`:: |
