mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-23 01:16:34 +03:00
Merge pull request #651 from ronnix/patch-1
Fix typo in comment in utils.c
This commit is contained in:
commit
e50f3129c2
|
@ -282,7 +282,7 @@ exit:
|
||||||
|
|
||||||
/* Make a connection string out of a string and a dictionary of arguments.
|
/* 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 *
|
PyObject *
|
||||||
psycopg_make_dsn(PyObject *dsn, PyObject *kwargs)
|
psycopg_make_dsn(PyObject *dsn, PyObject *kwargs)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user