Skip to content

Commit 396abd4

Browse files
author
Erlend E. Aasland
committed
Reword NEWS/What's New
1 parent db01838 commit 396abd4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Doc/whatsnew/3.11.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,8 @@ sqlite3
248248
(Contributed by Aviv Palivoda, Daniel Shahaf, and Erlend E. Aasland in
249249
:issue:`16379`.)
250250

251-
* :mod:`sqlite3` now sets :attr:`sqlite3.threadsafety` dynamically, based on
252-
the default threading mode the underlying SQLite library has been compiled
253-
with.
251+
* :mod:`sqlite3` now sets :attr:`sqlite3.threadsafety` based on the default
252+
threading mode the underlying SQLite library has been compiled with.
254253
(Contributed by Erlend E. Aasland in :issue:`45613`.)
255254

256255

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:mod:`sqlite3` now sets :attr:`sqlite3.threadsafety` dynamically, based on
2-
the default threading mode the underlying SQLite library has been compiled
3-
with. Patch by Erlend E. Aasland.
1+
:mod:`sqlite3` now sets :attr:`sqlite3.threadsafety` based on the default
2+
threading mode the underlying SQLite library has been compiled with. Patch by
3+
Erlend E. Aasland.

0 commit comments

Comments
 (0)