diff --git a/psycopg/utils.c b/psycopg/utils.c index 7073504f..a197fe22 100644 --- a/psycopg/utils.c +++ b/psycopg/utils.c @@ -282,7 +282,7 @@ exit: /* Make a connection string out of a string and a dictionary of arguments. * - * Helper to call psycopg2.extensions.make_dns() + * Helper to call psycopg2.extensions.make_dsn() */ PyObject * psycopg_make_dsn(PyObject *dsn, PyObject *kwargs)