From 2e86ceae532feaa3a2297d57d8a578d553926f03 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 10 Jun 2015 22:24:17 +0200 Subject: cleanup: Fix some too long lines, and references in the documentation Gbp-Dch: ignore --- apt/cache.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apt') 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): -- cgit v1.2.3