From 1ef0777d668a6bde0eb592928996a08570864c3f Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 6 Jan 2014 16:08:05 +0100 Subject: Unify list of comparison type values everywhere They are now ordered and include the != and < operators in all cases. --- python/cache.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/cache.cc b/python/cache.cc index 983b56ec..c0f1eded 100644 --- a/python/cache.cc +++ b/python/cache.cc @@ -1457,7 +1457,8 @@ static PyObject *DependencyGetID(PyObject *Self,void*) static PyGetSetDef DependencyGetSet[] = { {"comp_type",DependencyGetCompType,0, - "The type of comparison, as a string (one of '<', '<=', '=', '>=', '>')."}, + "The type of comparison, as a string, namely one of:\n" + "'<', '<=', '=', '!=', '>=', '>', ''."}, {"dep_type",DependencyGetDepType,0, "The type of the dependency; may be translated"}, {"dep_type_untranslated",DependencyGetDepTypeUntranslated,0, -- cgit v1.2.3