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 | |
| parent | 16955bcd8717b3e2c10496968765c3a4ea252b1f (diff) | |
| download | python-apt-d2af9ab5144d6a6af9e92a8758c76209e27d22c7.tar.gz | |
doc: Fix documentation of BaseDependency.relation (Closes: #607031)
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | doc/source/library/apt.package.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c8b47acc..6c19fc44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ python-apt (0.8.0~exp2) UNRELEASED; urgency=low * apt.cache: Add a fetch_archives() method (Closes: #622347) * doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914) * apt.package: Add 'tasks' to Version, improve doc (Closes: #619574) + * doc: Fix documentation of BaseDependency.relation (Closes: #607031) -- Julian Andres Klode <jak@debian.org> Wed, 06 Apr 2011 09:46:52 +0200 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 |
