summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-08-14 14:59:07 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-08-14 14:59:07 +0200
commit626172bce42c66671c4db8e76f005c678baf462a (patch)
tree0b3bff0d9ae4a225d9a7daa05ba36f900c91680f /doc
parentc1ad8a0fbc0adfebdb847f28da92b3d5a1f90582 (diff)
parent81b72b5d1cf9ddb93f3f92af40b00dfff56174e7 (diff)
downloadpython-apt-626172bce42c66671c4db8e76f005c678baf462a.tar.gz
merged again from the debian-sid tree
Diffstat (limited to 'doc')
-rw-r--r--doc/source/library/apt.progress.base.rst2
-rw-r--r--doc/source/library/apt_pkg.rst8
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/library/apt.progress.base.rst b/doc/source/library/apt.progress.base.rst
index 22006f77..7d43fe92 100644
--- a/doc/source/library/apt.progress.base.rst
+++ b/doc/source/library/apt.progress.base.rst
@@ -51,7 +51,7 @@ AcquireProgress
is called whenever a media change is needed to ask the user to insert
the needed media.
- The parameter *media* decribes the name of the the media type that
+ The parameter *media* decribes the name of the media type that
should be changed, whereas the parameter *drive* should be the
identifying name of the drive whose media should be changed.
diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst
index b5ee1a53..7a359652 100644
--- a/doc/source/library/apt_pkg.rst
+++ b/doc/source/library/apt_pkg.rst
@@ -47,7 +47,7 @@ Working with the cache
The cache supports colon-separated name:architecture pairs. For
normal architectures, they are equal to a (name, architecture)
- tuple. For the the "any" architecture behavior is different, as
+ tuple. For the "any" architecture behavior is different, as
"name:any" is equivalent to ("name:any", "any"). This is done so
that "name:any" matches all packages with that name which have
Multi-Arch: allowed set.
@@ -410,17 +410,17 @@ Installing with :class:`PackageManager`
.. attribute:: RESULT_COMPLETED
- A constant for checking whether the the result of the call to
+ A constant for checking whether the result of the call to
:meth:`do_install` is 'failed'.
.. attribute:: RESULT_FAILED
- A constant for checking whether the the result of the call to
+ A constant for checking whether the result of the call to
:meth:`do_install` is 'failed'.
.. attribute:: RESULT_INCOMPLETE
- A constant for checking whether the the result of the call to
+ A constant for checking whether the result of the call to
:meth:`do_install` is 'incomplete'.
All instances of this class also support the following methods: