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
|
@ -38,7 +38,7 @@ int _sqlite_step_with_busyhandler(sqlite3_stmt* statement, Connection* connectio
|
|||
|
||||
/**
|
||||
* Checks the SQLite error code and sets the appropriate DB-API exception.
|
||||
* Returns the error code (0 means no error occured).
|
||||
* Returns the error code (0 means no error occurred).
|
||||
*/
|
||||
int _seterror(sqlite3* db)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue