summaryrefslogtreecommitdiff
path: root/python/configuration.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-09-13 10:30:26 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-09-13 10:30:26 +0200
commit26d9cf8509128791461ca1a8c9b7ef1c28635290 (patch)
tree8fc91efdf1ea1e0841a9c7f1c9e4ed5988064590 /python/configuration.cc
parent90fa0ecbc1459e60a9fe78458d9ab7043a156f94 (diff)
downloadpython-apt-26d9cf8509128791461ca1a8c9b7ef1c28635290.tar.gz
python/configuration.cc: fix typo in doc string
Diffstat (limited to 'python/configuration.cc')
-rw-r--r--python/configuration.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/configuration.cc b/python/configuration.cc
index 848b664a..93e92efa 100644
--- a/python/configuration.cc
+++ b/python/configuration.cc
@@ -157,7 +157,7 @@ static PyObject *CnfClear(PyObject *Self,PyObject *Args)
// The amazing narrowing search ability!
static const char *doc_SubTree =
- "sub_tree(key: str) -> apt_pkg.Configuration\n\n"
+ "subtree(key: str) -> apt_pkg.Configuration\n\n"
"Return a new apt_pkg.Configuration object with the given option\n"
"as its root. Example:\n\n"