r374 - /debtorrent/trunk/DebTorrent/HTTPCache.py

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Thu Feb 21 05:00:34 UTC 2008


Author: camrdale-guest
Date: Thu Feb 21 05:00:34 2008
New Revision: 374

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=374
Log:
Clean up some documentation errors.

Modified:
    debtorrent/trunk/DebTorrent/HTTPCache.py

Modified: debtorrent/trunk/DebTorrent/HTTPCache.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/HTTPCache.py?rev=374&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/HTTPCache.py (original)
+++ debtorrent/trunk/DebTorrent/HTTPCache.py Thu Feb 21 05:00:34 2008
@@ -181,7 +181,7 @@
         """Queue a download for later starting.
         
         @type req: L{CacheRequest}
-        @param path: the cache request object to queue
+        @param req: the cache request object to queue
         @rtype: C{boolean}
         @return: whether the download was successfully queued
         
@@ -363,7 +363,7 @@
         function.
         
         @type req: L{CacheRequest}
-        @param path: the cache request object containing the response
+        @param req: the cache request object containing the response
         
         """
         




More information about the Debtorrent-commits mailing list