diff options
Diffstat (limited to 'psycopg/adapter_asis.c')
-rw-r--r-- | psycopg/adapter_asis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/adapter_asis.c b/psycopg/adapter_asis.c index d317122..07644cc 100644 --- a/psycopg/adapter_asis.c +++ b/psycopg/adapter_asis.c @@ -60,7 +60,7 @@ asis_getquoted(asisObject *self, PyObject *args) static PyObject * asis_str(asisObject *self) { - return psycopg_ensure_text(asis_getquoted(self, NULL)); + return psyco_ensure_text(asis_getquoted(self, NULL)); } static PyObject * |