[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

patch for python-apt



Wrong class name in docstring.

--
Gerard Weatherby
Application Architect
UConn Health
NMRbox | Department of Molecular Biology and Biophysics
263 Farmington Avenue, Farmington, CT 06030-6406
Phone: 860 679 8484
diff --git a/apt/cache.py b/apt/cache.py
index e523082..5105cf6 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -430,7 +430,7 @@ class Cache(object):
         strange bugs.
 
         The first parameter *fetch_progress* may be set to an instance of
-        apt.progress.FetchProgress, the default is apt.progress.FetchProgress()
+        apt.progress.AcquireProgress, the default is apt.progress.base.AcquireProgress
         .
         sources_list -- Update a alternative sources.list than the default.
         Note that the sources.list.d directory is ignored in this case

Reply to: