summaryrefslogtreecommitdiff
path: root/python/depcache.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-12-04 11:37:16 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-12-04 11:37:16 +0100
commit63e4e0f6eeebf5a2ee7422d717fa85b4fa883951 (patch)
treee6d23c370202ca9faf73d696e5deeb5715231f97 /python/depcache.cc
parentabf6c5801c6b162a9dcda5099e8eb746525dc826 (diff)
parent1d71e83e5646f35fd15e06bcc58d3a0a4b7f3c98 (diff)
downloadpython-apt-63e4e0f6eeebf5a2ee7422d717fa85b4fa883951.tar.gz
merged from the ubuntu branch
Diffstat (limited to 'python/depcache.cc')
-rw-r--r--python/depcache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/depcache.cc b/python/depcache.cc
index f44f2f32..5664a6d8 100644
--- a/python/depcache.cc
+++ b/python/depcache.cc
@@ -528,7 +528,7 @@ static PyMethodDef PkgDepCacheMethods[] =
{
{"Init",PkgDepCacheInit,METH_VARARGS,"Init the depcache (done on construct automatically)"},
{"GetCandidateVer",PkgDepCacheGetCandidateVer,METH_VARARGS,"Get candidate version"},
- {"SetCandidateVer",PkgDepCacheSetCandidateVer,METH_VARARGS,"Get candidate version"},
+ {"SetCandidateVer",PkgDepCacheSetCandidateVer,METH_VARARGS,"Set candidate version"},
// global cache operations
{"Upgrade",PkgDepCacheUpgrade,METH_VARARGS,"Perform Upgrade (optional boolean argument if dist-upgrade should be performed)"},