diff options
| author | Georg Brandl <georg@python.org> | 2006-07-28 18:36:01 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2006-07-28 18:36:01 (GMT) |
| commit | cddabbf98ab16a1daa5cc36e0ef0767066d4feed (patch) | |
| tree | 9659c34ec9f9ae8f4ae3db034f1b9929ac575303 /Modules/_sqlite/cursor.c | |
| parent | 4793aa39a9200383117fe58a0b10fcfae4299c45 (diff) | |
| download | cpython-cddabbf98ab16a1daa5cc36e0ef0767066d4feed.zip cpython-cddabbf98ab16a1daa5cc36e0ef0767066d4feed.tar.gz cpython-cddabbf98ab16a1daa5cc36e0ef0767066d4feed.tar.bz2 | |
Fix spelling.
Diffstat (limited to 'Modules/_sqlite/cursor.c')
| -rw-r--r-- | Modules/_sqlite/cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sqlite/cursor.c b/Modules/_sqlite/cursor.c index 94aea9b..91d8f74 100644 --- a/Modules/_sqlite/cursor.c +++ b/Modules/_sqlite/cursor.c @@ -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 { |
