oz123 10 жил өмнө
parent
commit
020c5321a5

+ 1 - 1
pwman/data/drivers/sqlite.py

@@ -30,7 +30,7 @@ class SQLite(Database):
     @classmethod
     def check_db_version(cls, fname):
         """
-        check the data base version.
+        check the database version.
         """
         con = sqlite.connect(fname)
         cur = con.cursor()