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 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.
"""