diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-04-21 16:59:48 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-04-21 16:59:48 +0200 |
| commit | 6a519d479e384b0c1044ee456b1b0fb90ab41248 (patch) | |
| tree | a8396c55a775a2419066d4bf63ad29349371dd56 /python/metaindex.cc | |
| parent | d624e84bf5ea40d2ae19b8ac02af77766e063d52 (diff) | |
| download | python-apt-6a519d479e384b0c1044ee456b1b0fb90ab41248.tar.gz | |
python: Commit documentation changes suggested by debian-l10n-english.
Diffstat (limited to 'python/metaindex.cc')
| -rw-r--r-- | python/metaindex.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/metaindex.cc b/python/metaindex.cc index 66aa76fb..a00cf04e 100644 --- a/python/metaindex.cc +++ b/python/metaindex.cc @@ -71,9 +71,8 @@ static PyObject *MetaIndexRepr(PyObject *Self) static const char *metaindex_doc = - "Represent a meta index, i.e. a Release file. This class provides\n" - "some information about those release files, e.g. whether they\n" - "are signed or not."; + "Provide information on meta-indexes (i.e. Release files), such as\n" + "whether they are trusted or their URI."; PyTypeObject PyMetaIndex_Type = { |
