summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Amicel <ronan.amicel@gmail.com>2017-12-14 14:00:36 +0100
committerGitHub <noreply@github.com>2017-12-14 14:00:36 +0100
commitb8f2f718190ce5ab73ee8523a18df1ccbe68ad0c (patch)
tree0f114f6e5b3c703d1afd4251b601e3396144daea
parent2cd9a78a97ee787517960ce6f066447e42ef8705 (diff)
downloadpsycopg2-b8f2f718190ce5ab73ee8523a18df1ccbe68ad0c.tar.gz
Fix typo in comment in utils.c
-rw-r--r--psycopg/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/utils.c b/psycopg/utils.c
index 7073504..a197fe2 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)