Skip to content

Commit 5087b42

Browse files
committed
gh-150449: Fix versionchanged version: use 'next' not '3.16'
Per devguide markup guidelines, the version argument for versionchanged should be 'next' during development; the release manager replaces it with the actual version number at release time.
1 parent f7c9f53 commit 5087b42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ Blob objects
17511751

17521752
.. versionadded:: 3.11
17531753

1754-
.. versionchanged:: 3.16
1754+
.. versionchanged:: next
17551755
:class:`Blob` now supports negative-step slices
17561756
(e.g. ``blob[9:0:-2]``) for both reading and writing.
17571757

0 commit comments

Comments
 (0)