summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-10-02 18:34:44 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-10-02 18:34:44 +0200
commit05ac4479d4a37ca55e892c588bcb217fa21ba20a (patch)
tree1b1e8a8b75fa6812b12c7cde0e4218db5fa2b82c /doc
parent1427f53977faddace94c435f3a6b3c09d9a52660 (diff)
parentc00b2271e6295c248c18d1bd62e14df372004e85 (diff)
downloadpython-apt-05ac4479d4a37ca55e892c588bcb217fa21ba20a.tar.gz
* merged with python-apt--mvo
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/sources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/sources.py b/doc/examples/sources.py
index c12c6f15..b48c0ba5 100644
--- a/doc/examples/sources.py
+++ b/doc/examples/sources.py
@@ -12,4 +12,4 @@ sources.Restart()
while sources.Lookup('hello'):
print sources.Package, sources.Version, sources.Maintainer, sources.Section, `sources.Binaries`
print sources.Files
- print sources.Index.ArchiveURI("")
+ print sources.Index.ArchiveURI(sources.Files[0][2])