summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-10-21 10:11:02 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-10-21 10:11:02 +0200
commitd7c8f470a236d70fa6ce8eb0e522702fee64ff5e (patch)
tree0cc17e84a18bb476e413851daa035aed590ce7c0
parentb7ce3c2b47e1234631e00cb0ba8a86fa0aa9c8d8 (diff)
downloadpython-apt-d7c8f470a236d70fa6ce8eb0e522702fee64ff5e.tar.gz
python/apt_pkgmodule.cc: improve docstring
-rw-r--r--po/python-apt.pot2
-rw-r--r--python/apt_pkgmodule.cc3
2 files changed, 3 insertions, 2 deletions
diff --git a/po/python-apt.pot b/po/python-apt.pot
index 48b4fb18..d19871d0 100644
--- a/po/python-apt.pot
+++ b/po/python-apt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-21 10:05+0200\n"
+"POT-Creation-Date: 2011-10-21 10:10+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
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;