A few more documentation fixes.
[quix0rs-apt-p2p.git] / apt_dht / apt_dht_conf.py
index 07241723a560c71a40c8dc2955e9b428d3e00d8e..f5d75a528555c166d0a7e53a5ae1c08083d57653 100644 (file)
@@ -123,7 +123,7 @@ DHT_DEFAULTS = {
 class AptDHTConfigParser(SafeConfigParser):
     """Adds 'gettime' and 'getstringlist' to ConfigParser objects.
     
-    @param time_multipliers: the 'gettime' suffixes and the multipliers needed
+    @ivar time_multipliers: the 'gettime' suffixes and the multipliers needed
         to convert them to seconds
     """