summaryrefslogtreecommitdiff
path: root/psycopg/adapter_pint.c
diff options
context:
space:
mode:
Diffstat (limited to 'psycopg/adapter_pint.c')
-rw-r--r--psycopg/adapter_pint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/adapter_pint.c b/psycopg/adapter_pint.c
index 950b655..6023ae0 100644
--- a/psycopg/adapter_pint.c
+++ b/psycopg/adapter_pint.c
@@ -91,7 +91,7 @@ exit:
static PyObject *
pint_str(pintObject *self)
{
- return psycopg_ensure_text(pint_getquoted(self, NULL));
+ return psyco_ensure_text(pint_getquoted(self, NULL));
}
static PyObject *