diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-13 10:30:26 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-13 10:30:26 +0200 |
| commit | 26d9cf8509128791461ca1a8c9b7ef1c28635290 (patch) | |
| tree | 8fc91efdf1ea1e0841a9c7f1c9e4ed5988064590 /python/configuration.cc | |
| parent | 90fa0ecbc1459e60a9fe78458d9ab7043a156f94 (diff) | |
| download | python-apt-26d9cf8509128791461ca1a8c9b7ef1c28635290.tar.gz | |
python/configuration.cc: fix typo in doc string
Diffstat (limited to 'python/configuration.cc')
| -rw-r--r-- | python/configuration.cc | 2 |
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" |
