Fix some minor documentation typos.
[quix0rs-apt-p2p.git] / apt_p2p_Khashmir / db.py
index bd777b60e78f65126859645a29152b49aeab80bd..8709970aee2890bb1de874947702b59370f2f3d5 100644 (file)
@@ -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()