We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3448f92 commit b087d3aCopy full SHA for b087d3a
Doc/library/sqlite3.rst
@@ -160,7 +160,7 @@ Module functions and constants
160
.. data:: threadsafety
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
+ the :mod:`sqlite3` module supports. Currently hard-coded to ``1``, meaning
164
*"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::
0 commit comments