X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=apt_p2p%2Fstats.py;h=7cea6b2e1f707d74e3ca871946c4e39eb869191a;hb=95453ed929f4b9faa3ddb4702ceea9d01784e0e6;hp=bd422d90713c5f8df6847db606f70be0fd418e5d;hpb=53b39e4234ad1ce483aafcd96d4d711d80fc67de;p=quix0rs-apt-p2p.git diff --git a/apt_p2p/stats.py b/apt_p2p/stats.py index bd422d9..7cea6b2 100644 --- a/apt_p2p/stats.py +++ b/apt_p2p/stats.py @@ -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