Fix some minor documentation typos.
[quix0rs-apt-p2p.git] / apt_p2p / apt_p2p.py
index 0063e9fffd2ebb08373be003c346c4d90c950d63..7a5f9fa604af37439abb6dedc4a0ea481d9240bd 100644 (file)
@@ -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