summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
Diffstat (limited to 'apt')
-rw-r--r--apt/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/package.py b/apt/package.py
index efe4d83e..78b10af4 100644
--- a/apt/package.py
+++ b/apt/package.py
@@ -65,7 +65,7 @@ class BaseDependency(object):
Attributes defined here:
name - The name of the dependency
- relation - The relation (>,>=,=,!=,<,<=,)
+ relation - The relation (<,<=,=,!=,>=,>,)
version - The version depended on
rawtype - The type of the dependendy (e.g. 'Recommends')
pre_depend - Boolean value whether this is a pre-dependency.