summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt/cache.py6
-rw-r--r--doc/source/whatsnew/1.0.rst2
2 files changed, 4 insertions, 4 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):
diff --git a/doc/source/whatsnew/1.0.rst b/doc/source/whatsnew/1.0.rst
index 88fe69ed..87056012 100644
--- a/doc/source/whatsnew/1.0.rst
+++ b/doc/source/whatsnew/1.0.rst
@@ -24,7 +24,7 @@ The following features are deprecated, starting with this release:
Removed
-------
-* The module :mod:`apt.progress.gtk2' has been removed. There were no
+* The module :mod:`apt.progress.gtk2` has been removed. There were no
users in the Debian archive, its last update was in 2013, and it was buggy
already. Apart from that, it suggested that it is OK to run a graphical
application as root, and used the unmaintained GTK+ 2 version.