summaryrefslogtreecommitdiff
path: root/python/depcache.cc
diff options
context:
space:
mode:
authorSebastian Heinlein <devel@glatzor.de>2012-04-16 19:11:11 +0200
committerSebastian Heinlein <devel@glatzor.de>2012-04-16 19:11:11 +0200
commitef6911924b5e1647dd2c57649478ebc7501f4682 (patch)
treebdd799475303a6dfbddc9a8696bf4327619a542a /python/depcache.cc
parentb0940220822459891fcc593f77171e7ee2a6cf12 (diff)
downloadpython-apt-ef6911924b5e1647dd2c57649478ebc7501f4682.tar.gz
Fix apt_pkg.DepCache.init() documentation which still states that the
method would be called automatically on construction
Diffstat (limited to 'python/depcache.cc')
-rw-r--r--python/depcache.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/depcache.cc b/python/depcache.cc
index 73993c82..d19ec856 100644
--- a/python/depcache.cc
+++ b/python/depcache.cc
@@ -568,8 +568,7 @@ static PyMethodDef PkgDepCacheMethods[] =
{
{"init",PkgDepCacheInit,METH_VARARGS,
"init(progress: apt.progress.base.OpProgress)\n\n"
- "Initialize the depcache (done automatically when constructing\n"
- "the object)."},
+ "Initialize the depcache."},
{"get_candidate_ver",PkgDepCacheGetCandidateVer,METH_VARARGS,
"get_candidate_ver(pkg: apt_pkg.Package) -> apt_pkg.Version\n\n"
"Return the candidate version for the package, normally the version\n"