Skip to content

Commit 8123137

Browse files
author
Erlend E. Aasland
committed
Formatting: fix italics
1 parent e85897a commit 8123137

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
@@ -161,7 +161,7 @@ Module functions and constants
161161

162162
Integer constant required by the DB-API, stating the level of thread safety
163163
the :mod:`sqlite3` supports. Currently hard-coded to ``1``, meaning
164-
_"Threads may share the module, but not connections."_ However, this may not
164+
*"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::
167167

0 commit comments

Comments
 (0)