]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_p2p/HTTPServer.py
Fix some documentation errors.
[quix0rs-apt-p2p.git] / apt_p2p / HTTPServer.py
index 652198f990132a8041b6f8ca37be30a55ad34a1d..c92df92d2baf461651d1dbcd6bab67f60601ec44 100644 (file)
@@ -90,7 +90,7 @@ class FileDownloader(static.File):
 class PiecesUploader(static.Data):
     """Modified to identify it for peer requests.
     
-    Uses the modified L{Streams.PieceUploadStream} to stream the pieces for throttling.
+    Uses the modified L{Streams.PiecesUploadStream} to stream the pieces for throttling.
     """
 
     def render(self, req):