From d7c8f470a236d70fa6ce8eb0e522702fee64ff5e Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 21 Oct 2011 10:11:02 +0200 Subject: python/apt_pkgmodule.cc: improve docstring --- python/apt_pkgmodule.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/apt_pkgmodule.cc') 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; -- cgit v1.2.3