fix(minor): typo

This commit is contained in:
Rushabh Mehta 2020-08-12 21:35:10 +05:30
parent c83a9a142b
commit ef1d1b0dc4

View file

@ -193,7 +193,7 @@ class Database(object):
return self._cursor.fetchall()
def log_query(self, query, values, debug, explain):
def mogirfy():
def mogrify():
try:
return self._cursor.mogrify(query, values)
except TypeError: