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. --- doc/source/library/apt.package.rst | 3 ++- doc/source/library/apt_pkg.rst | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/source') diff --git a/doc/source/library/apt.package.rst b/doc/source/library/apt.package.rst index 317e859f..825bf3df 100644 --- a/doc/source/library/apt.package.rst +++ b/doc/source/library/apt.package.rst @@ -34,7 +34,8 @@ Dependency Information .. attribute:: relation - The relation (>,>=,=,!=,<,<=,) + The relation (<,<=,=,!=,>=,>,), as string. Note that the empty string + is a valid string as well, if no version is specified. .. attribute:: version diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index d9b8ae80..d6ffaf4c 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -1022,7 +1022,8 @@ Example: .. attribute:: comp_type - The type of comparison (>=, =, !=, >, <=), as string. + The type of comparison (<,<=,=,!=,>=,>,), as string. Note that the + empty string is a valid string as well, if no version is specified. .. attribute:: dep_type -- cgit v1.2.3