diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-27 15:01:44 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-27 15:01:44 +0200 |
| commit | 6d564eafe80ebe60c91587dd1bb70a666b70485d (patch) | |
| tree | 7ff3adb7c0aa3e6de0e8ef1e4c267bf2ebb7c853 /python | |
| parent | 1ce91d4909f2678430715163a76e9416ddb8a616 (diff) | |
| download | python-apt-6d564eafe80ebe60c91587dd1bb70a666b70485d.tar.gz | |
python/cache.cc: improve documentation
Diffstat (limited to 'python')
| -rw-r--r-- | python/cache.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/cache.cc b/python/cache.cc index b153d1f2..e87d73d4 100644 --- a/python/cache.cc +++ b/python/cache.cc @@ -978,8 +978,9 @@ static PyGetSetDef VersionGetSet[] = { {"priority_str",VersionGetPriorityStr,0, "The priority of the package, as a string."}, {"provides_list",VersionGetProvidesList,0, - "A list of all packages provided by this version. See\n" - "Package.provides_list for a description of the format."}, + "A list of all packages provided by this version. The list contains\n" + "tuples in the format (providesname, providesver, version)\n" + "where 'version' is an apt_pkg.Version object."}, {"section",VersionGetSection,0, "The section of this package version."}, {"size",VersionGetSize,0, |
