summaryrefslogtreecommitdiff
path: root/psycopg/adapter_pdecimal.c
diff options
context:
space:
mode:
Diffstat (limited to 'psycopg/adapter_pdecimal.c')
-rw-r--r--psycopg/adapter_pdecimal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/adapter_pdecimal.c b/psycopg/adapter_pdecimal.c
index efd72a8..2712964 100644
--- a/psycopg/adapter_pdecimal.c
+++ b/psycopg/adapter_pdecimal.c
@@ -113,7 +113,7 @@ end:
static PyObject *
pdecimal_str(pdecimalObject *self)
{
- return psycopg_ensure_text(pdecimal_getquoted(self, NULL));
+ return psyco_ensure_text(pdecimal_getquoted(self, NULL));
}
static PyObject *