From b8f2f718190ce5ab73ee8523a18df1ccbe68ad0c Mon Sep 17 00:00:00 2001 From: Ronan Amicel Date: Thu, 14 Dec 2017 14:00:36 +0100 Subject: [PATCH] Fix typo in comment in utils.c --- psycopg/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)