Skip to content

Commit b087d3a

Browse files
author
Erlend E. Aasland
committed
Adjust wording
1 parent 3448f92 commit b087d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Module functions and constants
160160
.. data:: threadsafety
161161

162162
Integer constant required by the DB-API, stating the level of thread safety
163-
the :mod:`sqlite3` supports. Currently hard-coded to ``1``, meaning
163+
the :mod:`sqlite3` module supports. Currently hard-coded to ``1``, meaning
164164
*"Threads may share the module, but not connections."* However, this may not
165165
always be true. You can check the underlying SQLite library's compile-time
166166
threaded mode using the following query::

0 commit comments

Comments
 (0)