[yum-commits] Branch 'yum-3_2_X' - yum/sqlutils.py
Ville Skyttä
scop at osuosl.org
Sun Nov 15 22:21:44 UTC 2009
yum/sqlutils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit aefc03f1c28c3c8b54d9e2e16af7494deb91836a
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Mon Nov 16 00:21:14 2009 +0200
Docstring typo fix.
diff --git a/yum/sqlutils.py b/yum/sqlutils.py
index 3a93146..4326910 100644
--- a/yum/sqlutils.py
+++ b/yum/sqlutils.py
@@ -104,7 +104,7 @@ def QmarkToPyformat(query, params):
"""Convert from qmark to pyformat parameter style.
The python DB-API 2.0 specifies four different possible parameter
- styles that can be used by drivers. This function convers from the
+ styles that can be used by drivers. This function converts from the
qmark style to pyformat style.
@param query: SQL query to transform
More information about the Yum-commits
mailing list