8000 Update Doc/library/sqlite3.rst · python/cpython@cfae78b · GitHub
[go: up one dir, main page]

Skip to content

Commit cfae78b

Browse files
Update Doc/library/sqlite3.rst
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent 7ae8119 commit cfae78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Module functions
302302
:type isolation_level: str | None
303303

304304
:param bool check_same_thread:
305-
If ``True`` (default), an exception will be raised if the database connection
305+
If ``True`` (default), :exc:`ProgrammingError` will be raised if the database connection
306306
is used by a thread other than the one that created it.
307307
If ``False``, the connection may be accessed in multiple threads;
308308
write operations may need to be serialized by the user

0 commit comments

Comments
 (0)
0