summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt/cache.py3
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 2 deletions
diff --git a/apt/cache.py b/apt/cache.py
index 49097dd2..bab5c277 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -46,8 +46,7 @@ class LockFailedException(IOError):
class Cache(object):
"""Dictionary-like package cache.
- This class has all the packages that are available in it's
- dictionary.
+ The dictionary of this class contains all available packages.
Keyword arguments:
progress -- a OpProgress object
diff --git a/debian/changelog b/debian/changelog
index 7fa0f624..15562c04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ python-apt (0.8.2) UNRELEASED; urgency=low
[ Tshepang Lekhonkhobe ]
* rm usage of camelcase in cache.py doc (closes: #626617)
+ * grammar fix in the cache.py doc (closes: #626610)
-- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2011 18:03:42 +0200