summaryrefslogtreecommitdiff
path: root/python/configuration.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-06-05 15:00:15 +0200
committerJulian Andres Klode <jak@debian.org>2009-06-05 15:00:15 +0200
commit14dfadc054e9bdafd2507dbca70dbec925471ae0 (patch)
tree8d2c0e85fde3010267e87d14f4f88cb352b23a0e /python/configuration.cc
parentcdabff6d329baba8024224b362f79d822ddd943e (diff)
downloadpython-apt-14dfadc054e9bdafd2507dbca70dbec925471ae0.tar.gz
Introduce the rename rules formally, and add some exceptions.
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 7b08d90e..81dd78ac 100644
--- a/python/configuration.cc
+++ b/python/configuration.cc
@@ -462,7 +462,7 @@ static PyMethodDef CnfMethods[] =
// Others
{"set",CnfSet,METH_VARARGS,doc_Set},
{"exists",CnfExists,METH_VARARGS,doc_Exists},
- {"sub_tree",CnfSubTree,METH_VARARGS,doc_SubTree},
+ {"subtree",CnfSubTree,METH_VARARGS,doc_SubTree},
{"list",CnfList,METH_VARARGS,doc_List},
{"value_list",CnfValueList,METH_VARARGS,doc_ValueList},
{"my_tag",CnfMyTag,METH_VARARGS,doc_MyTag},