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