Skip to content

Commit cfc4d6f

Browse files
author
Erlend E. Aasland
committed
Reword What's New and NEWS
1 parent f442f77 commit cfc4d6f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ sqlite3
321321
Instead we leave it to the SQLite library to handle these cases.
322322
(Contributed by Erlend E. Aasland in :issue:`44092`.)
323323

324-
* Added :meth:`~sqlite3.Connection.create_window_function` to create aggregate
325-
window functions.
324+
* Add :meth:`~sqlite3.Connection.create_window_function` to
325+
:class:`sqlite3.Connection` for creating aggregate window functions.
326326
(Contributed by Erlend E. Aasland in :issue:`34916`.)
327327

328328

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Add support for aggregate window functions in :mod:`sqlite3`. Patch by Erlend E. Aasland.
1+
Add :meth:`~sqlite3.Connection.create_window_function` to
2+
:class:`sqlite3.Connection` for creating aggregate window functions.
3+
Patch by Erlend E. Aasland.

0 commit comments

Comments
 (0)