diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-08 20:59:15 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-08 20:59:15 +0200 |
| commit | 7d12f1ce6bc839f27604782bc712a0ccb481f2b2 (patch) | |
| tree | 301634b52b9dcb24e43d9a736a29771ceb1ff5ea /apt | |
| parent | 3461ce22ec52b896f97aeb6d925f214098826c59 (diff) | |
| download | python-apt-7d12f1ce6bc839f27604782bc712a0ccb481f2b2.tar.gz | |
doc/source/apt_pkg.rst: Update the documentation to reflect the latest changes.
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/package.py b/apt/package.py index 6d451eca..072e86ca 100644 --- a/apt/package.py +++ b/apt/package.py @@ -64,7 +64,7 @@ class BaseDependency(object): Attributes defined here: name - The name of the dependency - relation - The relation (>>,>=,==,<<,<=,) + relation - The relation (>,>=,==,<,<=,) version - The version depended on pre_depend - Boolean value whether this is a pre-dependency. """ |
