diff options
| -rw-r--r-- | python/depcache.cc | 3 |
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" |
