summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-11-17 16:18:06 +0100
committerJulian Andres Klode <jak@debian.org>2010-11-17 16:18:06 +0100
commit5b3ce746770c70fee3a048178948bea57731bcc3 (patch)
tree2e232a6e9578984514d4d54b6279c7a7643943d5 /apt
parent947c22c60474c85d30ea42df595b218e6ac4f811 (diff)
downloadpython-apt-5b3ce746770c70fee3a048178948bea57731bcc3.tar.gz
* apt/package.py:
- Fix docstring of Package.mark_delete() (Closes: #599042)
Diffstat (limited to 'apt')
-rw-r--r--apt/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/package.py b/apt/package.py
index 871c1e16..475edb76 100644
--- a/apt/package.py
+++ b/apt/package.py
@@ -1170,7 +1170,7 @@ class Package(object):
@deprecated_args
def mark_delete(self, auto_fix=True, purge=False):
- """Mark a package for install.
+ """Mark a package for deletion.
If *auto_fix* is ``True``, the resolver will be run, trying to fix
broken packages. This is the default.