diff options
Diffstat (limited to 'psycopg/adapter_list.c')
-rw-r--r-- | psycopg/adapter_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/adapter_list.c b/psycopg/adapter_list.c index 7b93d63..f8c1604 100644 --- a/psycopg/adapter_list.c +++ b/psycopg/adapter_list.c @@ -165,7 +165,7 @@ exit: static PyObject * list_str(listObject *self) { - return psycopg_ensure_text(list_quote(self)); + return psyco_ensure_text(list_quote(self)); } static PyObject * |