X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=apt_p2p_Khashmir%2Fdb.py;h=8709970aee2890bb1de874947702b59370f2f3d5;hp=bd777b60e78f65126859645a29152b49aeab80bd;hb=8cdfe5604a56ee5220d7c8c8818dd938e4ce9242;hpb=e525e8eb8cc4536857146a1579f79d2d7793522d diff --git a/apt_p2p_Khashmir/db.py b/apt_p2p_Khashmir/db.py index bd777b6..8709970 100644 --- a/apt_p2p_Khashmir/db.py +++ b/apt_p2p_Khashmir/db.py @@ -150,7 +150,7 @@ class DB: def keyStats(self): """Count the total number of keys and values in the database. - @rtype: (C{int), C{int}) + @rtype: (C{int}, C{int}) @return: the number of distinct keys and total values in the database """ c = self.conn.cursor()