mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix spelling.
This commit is contained in:
parent
4793aa39a9
commit
cddabbf98a
4 changed files with 4 additions and 4 deletions
|
@ -621,7 +621,7 @@ PyObject* _query_execute(Cursor* self, int multiple, PyObject* args)
|
|||
}
|
||||
} else {
|
||||
if (PyErr_Occurred()) {
|
||||
/* there was an error that occured in a user-defined callback */
|
||||
/* there was an error that occurred in a user-defined callback */
|
||||
if (_enable_callback_tracebacks) {
|
||||
PyErr_Print();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue