diff options
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. |
