diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-21 10:11:02 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-21 10:11:02 +0200 |
| commit | d7c8f470a236d70fa6ce8eb0e522702fee64ff5e (patch) | |
| tree | 0cc17e84a18bb476e413851daa035aed590ce7c0 /python | |
| parent | b7ce3c2b47e1234631e00cb0ba8a86fa0aa9c8d8 (diff) | |
| download | python-apt-d7c8f470a236d70fa6ce8eb0e522702fee64ff5e.tar.gz | |
python/apt_pkgmodule.cc: improve docstring
Diffstat (limited to 'python')
| -rw-r--r-- | python/apt_pkgmodule.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc index 03c88e9a..8532b1e3 100644 --- a/python/apt_pkgmodule.cc +++ b/python/apt_pkgmodule.cc @@ -399,7 +399,8 @@ static PyObject *sha256sum(PyObject *Self,PyObject *Args) static const char *doc_GetArchitectures = "get_architectures() -> list\n\n" "Return the list of supported architectures on this system. On a \n" - "multiarch system this can be more than one.";; + "multiarch system this can be more than one. The main architectures\n" + "is the first item in the list.";; static PyObject *GetArchitectures(PyObject *Self,PyObject *Args) { PyObject *Obj; |
