mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +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;
|
||||
|
||||
/* 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
|
||||
values:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user