mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Fix typo: occured → occurred
This commit is contained in:
parent
62743c3be1
commit
fbba461052
|
@ -318,7 +318,7 @@ _psyco_curs_merge_query_args(cursorObject *self,
|
||||||
{
|
{
|
||||||
PyObject *fquery;
|
PyObject *fquery;
|
||||||
|
|
||||||
/* if PyString_Format() return NULL an error occured: if the error is
|
/* if PyString_Format() return NULL an error occurred: if the error is
|
||||||
a TypeError we need to check the exception.args[0] string for the
|
a TypeError we need to check the exception.args[0] string for the
|
||||||
values:
|
values:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user