Skip to content

Commit 29c3a44

Browse files
authored
fix misaligned versionchanged blocks in sqlite3 docs (GH-110191)
1 parent 65c2850 commit 29c3a44

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Doc/library/sqlite3.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -992,9 +992,8 @@ Connection objects
992992
Added support for disabling the authorizer using ``None``.
993993

994994
.. versionchanged:: 3.13
995-
996-
Passing *authorizer_callback* as a keyword argument to is deprecated.
997-
The parameter will become positional-only in Python 3.15.
995+
Passing *authorizer_callback* as a keyword argument is deprecated.
996+
The parameter will become positional-only in Python 3.15.
998997

999998

1000999
.. method:: set_progress_handler(progress_handler, n)
@@ -1012,9 +1011,8 @@ Connection objects
10121011
exception.
10131012

10141013
.. versionchanged:: 3.13
1015-
1016-
Passing *progress_handler* as a keyword argument to is deprecated.
1017-
The parameter will become positional-only in Python 3.15.
1014+
Passing *progress_handler* as a keyword argument is deprecated.
1015+
The parameter will become positional-only in Python 3.15.
10181016

10191017

10201018
.. method:: set_trace_callback(trace_callback)
@@ -1041,9 +1039,8 @@ Connection objects
10411039
.. versionadded:: 3.3
10421040

10431041
.. versionchanged:: 3.13
1044-
1045-
Passing *trace_callback* as a keyword argument to is deprecated.
1046-
The parameter will become positional-only in Python 3.15.
1042+
Passing *trace_callback* as a keyword argument is deprecated.
1043+
The parameter will become positional-only in Python 3.15.
10471044

10481045

10491046
.. method:: enable_load_extension(enabled, /)

0 commit comments

Comments
 (0)