summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/apt_pkgmodule.cc')
-rw-r--r--python/apt_pkgmodule.cc3
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;