diff options
Diffstat (limited to 'psycopg/adapter_binary.c')
-rw-r--r-- | psycopg/adapter_binary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/adapter_binary.c b/psycopg/adapter_binary.c index f0a6738..e4c1b24 100644 --- a/psycopg/adapter_binary.c +++ b/psycopg/adapter_binary.c @@ -132,7 +132,7 @@ binary_getquoted(binaryObject *self, PyObject *args) static PyObject * binary_str(binaryObject *self) { - return psycopg_ensure_text(binary_getquoted(self, NULL)); + return psyco_ensure_text(binary_getquoted(self, NULL)); } static PyObject * |