Merge pull request #651 from ronnix/patch-1

Fix typo in comment in utils.c
This commit is contained in:
Daniele Varrazzo 2017-12-14 13:45:09 +00:00 committed by GitHub
commit e50f3129c2
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)