diff options
| author | Julian Andres Klode <jak@debian.org> | 2014-01-06 13:59:50 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2014-01-06 14:02:25 +0100 |
| commit | 38804bc141cf98a0d3538bde692660de2de3b037 (patch) | |
| tree | 40848bee24c33e5c6f87d0a5752b65fd0f3dd44f /doc/source | |
| parent | 86b1fa71cf952c5f4aae1cabef332ba0d4f5885c (diff) | |
| download | python-apt-38804bc141cf98a0d3538bde692660de2de3b037.tar.gz | |
apt, doc: Fix the list of comp_type values
Reported-by: Michael Schaller <michael@5challer.de>
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/library/apt.package.rst | 2 | ||||
| -rw-r--r-- | doc/source/library/apt_pkg.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/library/apt.package.rst b/doc/source/library/apt.package.rst index 01a26973..317e859f 100644 --- a/doc/source/library/apt.package.rst +++ b/doc/source/library/apt.package.rst @@ -34,7 +34,7 @@ Dependency Information .. attribute:: relation - The relation (>,>=,==,<,<=,) + The relation (>,>=,=,!=,<,<=,) .. attribute:: version diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index 7a359652..d9b8ae80 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -1022,7 +1022,7 @@ Example: .. attribute:: comp_type - The type of comparison (>=, ==, >>, <=), as string. + The type of comparison (>=, =, !=, >, <=), as string. .. attribute:: dep_type |
