X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=apt_p2p%2Fapt_p2p.py;h=7a5f9fa604af37439abb6dedc4a0ea481d9240bd;hp=0063e9fffd2ebb08373be003c346c4d90c950d63;hb=8cdfe5604a56ee5220d7c8c8818dd938e4ce9242;hpb=9a8119cf7bb5dbdea853a694c84aee7e638aa287 diff --git a/apt_p2p/apt_p2p.py b/apt_p2p/apt_p2p.py index 0063e9f..7a5f9fa 100644 --- a/apt_p2p/apt_p2p.py +++ b/apt_p2p/apt_p2p.py @@ -65,8 +65,8 @@ class AptP2P: def __init__(self, dhtClass): """Initialize all the sub-components. - @type dht: L{interfaces.IDHT} - @param dht: the DHT class to use + @type dhtClass: L{interfaces.IDHT} + @param dhtClass: the DHT class to use """ log.msg('Initializing the main apt_p2p application') self.dhtClass = dhtClass