We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44782d3 commit 9a1453bCopy full SHA for 9a1453b
Doc/library/sqlite3.rst
@@ -271,9 +271,9 @@ Module functions
271
272
:param float timeout:
273
How many seconds the connection should wait before raising
274
- an exception, if the database is locked by another connection.
275
- If another connection opens a transaction to modify the database,
276
- it will be locked until that transaction is committed.
+ an :exc:`OperationalError` when a table is locked.
+ If another connection opens a transaction to modify a table,
+ that table will be locked until the transaction is committed.
277
Default five seconds.
278
279
:param int detect_types:
0 commit comments