summaryrefslogtreecommitdiff
path: root/doc/source/apt/cache.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/apt/cache.rst')
-rw-r--r--doc/source/apt/cache.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/apt/cache.rst b/doc/source/apt/cache.rst
index d96cba97..beae74a2 100644
--- a/doc/source/apt/cache.rst
+++ b/doc/source/apt/cache.rst
@@ -70,6 +70,11 @@ packages whose state has been changed, eg. packages marked for installation::
>>> print len(changed) == len(cache.GetChanges()) # Both need to have same length
True
+The ProblemResolver class
+--------------------------
+
+.. autoclass:: ProblemResolver
+ :members:
Exceptions
----------