summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-06-10 22:24:17 +0200
committerJulian Andres Klode <jak@debian.org>2015-06-10 22:24:17 +0200
commit2e86ceae532feaa3a2297d57d8a578d553926f03 (patch)
tree6b35d623af9e6ebb68ad030d9dc2bbd36cb7fe80 /apt
parent00b217fb80f83574d70785fb76e136ad22c48a42 (diff)
downloadpython-apt-2e86ceae532feaa3a2297d57d8a578d553926f03.tar.gz
cleanup: Fix some too long lines, and references in the documentation
Gbp-Dch: ignore
Diffstat (limited to 'apt')
-rw-r--r--apt/cache.py6
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):