diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-31 17:07:16 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-31 17:07:16 +0200 |
| commit | e88fffd39adb23b6cfa35205e29741be37c4232f (patch) | |
| tree | 26227034805c6802320502692a317bb48b99351f /python/cache.cc | |
| parent | 3ec4a3676de540d05286f3bdc41f00a799244f3b (diff) | |
| download | python-apt-e88fffd39adb23b6cfa35205e29741be37c4232f.tar.gz | |
python/cache.cc: revert docstring change
Diffstat (limited to 'python/cache.cc')
| -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 e87d73d4..cd51fcc3 100644 --- a/python/cache.cc +++ b/python/cache.cc @@ -573,8 +573,9 @@ static PyGetSetDef PackageGetSet[] = { {"rev_depends_list",PackageGetRevDependsList,0, "An apt_pkg.DependencyList object of all reverse dependencies."}, {"provides_list",PackageGetProvidesList,0, - "Ignore it, it does nothing. You want to use\n" - "apt_pkg.Version.provides_list instead."}, + "A list of all packages providing this package. The list contains\n" + "tuples in the format (providesname, providesver, version)\n" + "where 'version' is an apt_pkg.Version object."}, {"selected_state",PackageGetSelectedState,0, "The state of the selection, which can be compared against the constants\n" "SELSTATE_DEINSTALL, SELSTATE_HOLD, SELSTATE_INSTALL, SELSTATE_PURGE,\n" |
