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 e85897a commit 8123137Copy full SHA for 8123137
Doc/library/sqlite3.rst
@@ -161,7 +161,7 @@ Module functions and constants
161
162
Integer constant required by the DB-API, stating the level of thread safety
163
the :mod:`sqlite3` supports. Currently hard-coded to ``1``, meaning
164
- _"Threads may share the module, but not connections."_ However, this may not
+ *"Threads may share the module, but not connections."* However, this may not
165
always be true. You can check the underlying SQLite library's compile-time
166
threaded mode using the following query::
167
0 commit comments