diff options
Diffstat (limited to 'psycopg/adapter_pboolean.c')
-rw-r--r-- | psycopg/adapter_pboolean.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/adapter_pboolean.c b/psycopg/adapter_pboolean.c index 9e3ea7d..2d6c4f5 100644 --- a/psycopg/adapter_pboolean.c +++ b/psycopg/adapter_pboolean.c @@ -48,7 +48,7 @@ pboolean_getquoted(pbooleanObject *self, PyObject *args) static PyObject * pboolean_str(pbooleanObject *self) { - return psycopg_ensure_text(pboolean_getquoted(self, NULL)); + return psyco_ensure_text(pboolean_getquoted(self, NULL)); } static PyObject * |