Fix typo in comment in utils.c

This commit is contained in:
Ronan Amicel 2017-12-14 14:00:36 +01:00 committed by GitHub
parent 2cd9a78a97
commit b8f2f71819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)