fix misaligned versionchanged blocks in sqlite3 docs (GH-110191)

This commit is contained in:
Ned Batchelder 2023-10-01 23:34:09 -04:00 committed by GitHub
parent 65c285062c
commit 29c3a445d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 9 deletions

View File

@ -992,9 +992,8 @@ Connection objects
Added support for disabling the authorizer using ``None``.
.. versionchanged:: 3.13
Passing *authorizer_callback* as a keyword argument to is deprecated.
The parameter will become positional-only in Python 3.15.
Passing *authorizer_callback* as a keyword argument is deprecated.
The parameter will become positional-only in Python 3.15.
.. method:: set_progress_handler(progress_handler, n)
@ -1012,9 +1011,8 @@ Connection objects
exception.
.. versionchanged:: 3.13
Passing *progress_handler* as a keyword argument to is deprecated.
The parameter will become positional-only in Python 3.15.
Passing *progress_handler* as a keyword argument is deprecated.
The parameter will become positional-only in Python 3.15.
.. method:: set_trace_callback(trace_callback)
@ -1041,9 +1039,8 @@ Connection objects
.. versionadded:: 3.3
.. versionchanged:: 3.13
Passing *trace_callback* as a keyword argument to is deprecated.
The parameter will become positional-only in Python 3.15.
Passing *trace_callback* as a keyword argument is deprecated.
The parameter will become positional-only in Python 3.15.
.. method:: enable_load_extension(enabled, /)