diff options
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/cache.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apt/cache.py b/apt/cache.py index e1e4529f..d6d187c3 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -67,9 +67,9 @@ class Cache(object): .. versionchanged:: 1.0 - The cache now supports package names with special architecture qualifiers - such as :all and :native. It does not export them in :meth:`keys()`, - though, to keep :meth:`keys()` a unique set. + The cache now supports package names with special architecture + qualifiers such as :all and :native. It does not export them + in :meth:`keys()`, though, to keep :meth:`keys()` a unique set. """ def __init__(self, progress=None, rootdir=None, memonly=False): |
