summaryrefslogtreecommitdiff
path: root/apt/progress
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-09-03 10:44:21 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-09-03 10:44:21 +0200
commit6ade8dd5fe013b0c42dbd8ce1bd5263da097e96e (patch)
treed6a01074363b79a163ed8b1429ef598ead2affc8 /apt/progress
parent74412f99187519f4c70c77071efa382e440dc52d (diff)
parentdc65d59dc294bafcd93dbadd848152736ddc11c5 (diff)
downloadpython-apt-6ade8dd5fe013b0c42dbd8ce1bd5263da097e96e.tar.gz
merged from the debian-sid branch
Diffstat (limited to 'apt/progress')
-rw-r--r--apt/progress/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/progress/base.py b/apt/progress/base.py
index ab57dd82..2c80ae29 100644
--- a/apt/progress/base.py
+++ b/apt/progress/base.py
@@ -65,7 +65,7 @@ class AcquireProgress(object):
def media_change(self, media, drive):
"""Prompt the user to change the inserted removable 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.