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 /apt | |
| parent | e99da71e5f242787ec39714e55b5fa08bfe071eb (diff) | |
| download | python-apt-2089dda15fd6dd2734c395a9840c06e467c76325.tar.gz | |
grammar fix in the cache.py doc (closes: #626610)
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/cache.py | 3 |
1 files changed, 1 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 |
