From 6a519d479e384b0c1044ee456b1b0fb90ab41248 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 21 Apr 2010 16:59:48 +0200 Subject: python: Commit documentation changes suggested by debian-l10n-english. --- python/metaindex.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'python/metaindex.cc') 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 = { -- cgit v1.2.3