diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-19 18:25:43 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-19 18:25:43 +0200 |
| commit | 2089dda15fd6dd2734c395a9840c06e467c76325 (patch) | |
| tree | e8a9de254e5a2589700424bd09c1fc06552af09a | |
| parent | e99da71e5f242787ec39714e55b5fa08bfe071eb (diff) | |
| download | python-apt-2089dda15fd6dd2734c395a9840c06e467c76325.tar.gz | |
grammar fix in the cache.py doc (closes: #626610)
| -rw-r--r-- | apt/cache.py | 3 | ||||
| -rw-r--r-- | debian/changelog | 1 |
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 |
