8000
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 7ae8119 commit cfae78bCopy full SHA for cfae78b
Doc/library/sqlite3.rst
@@ -302,7 +302,7 @@ Module functions
302
:type isolation_level: str | None
303
304
:param bool check_same_thread:
305
- If ``True`` (default), an exception will be raised if the database connection
+ If ``True`` (default), :exc:`ProgrammingError` will be raised if the database connection
306
is used by a thread other than the one that created it.
307
If ``False``, the connection may be accessed in multiple threads;
308
write operations may need to be serialized by the user
0 commit comments