Fix some documentation errors.
[quix0rs-apt-p2p.git] / apt_p2p / stats.py
index bd422d90713c5f8df6847db606f70be0fd418e5d..7cea6b2e1f707d74e3ca871946c4e39eb869191a 100644 (file)
@@ -34,8 +34,8 @@ class StatsLogger:
     def __init__(self, db):
         """Initialize the statistics.
         
-        @type store: L{db.DB}
-        @param store: the database for the Apt-P2P downloader
+        @type db: L{db.DB}
+        @param db: the database for the Apt-P2P downloader
         """
         # Database
         self.db = db