diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-12-07 13:40:21 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-12-07 13:40:21 +0100 |
| commit | f93c69c24378aaed08c401b4303b60a6c2eb8260 (patch) | |
| tree | 31a31fe04ec7b231a4fa1a3456c7ed25426a2f64 /apt/package.py | |
| parent | f7d22dc2e7964ce33415e53a81dfc62439111491 (diff) | |
| parent | 0454e03e4c58d4ff63538badbf1b17276fe31494 (diff) | |
| download | python-apt-f93c69c24378aaed08c401b4303b60a6c2eb8260.tar.gz | |
merged from debian-sid
Diffstat (limited to 'apt/package.py')
| -rw-r--r-- | apt/package.py | 2 |
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. |
