diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-04-12 15:24:47 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-04-12 15:24:47 +0200 |
| commit | d2af9ab5144d6a6af9e92a8758c76209e27d22c7 (patch) | |
| tree | 615c22c77da422aec03d47a460a99bbaa63d1ccf /doc/source/library | |
| parent | 16955bcd8717b3e2c10496968765c3a4ea252b1f (diff) | |
| download | python-apt-d2af9ab5144d6a6af9e92a8758c76209e27d22c7.tar.gz | |
doc: Fix documentation of BaseDependency.relation (Closes: #607031)
Diffstat (limited to 'doc/source/library')
| -rw-r--r-- | doc/source/library/apt.package.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/library/apt.package.rst b/doc/source/library/apt.package.rst index d8731ea8..01a26973 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 |
