Skip to content

Commit 40c257d

Browse files
gh-93857: Fix broken audit-event targets in sqlite3 docs (GH-93859)
Corrected targets for the following audit-events: - sqlite3.enable_load_extension => sqlite3.Connection.enable_load_extension - sqlite3.load_extension => sqlite3.Connection.load_extension (cherry picked from commit ce4d11f) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
1 parent 5285693 commit 40c257d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ Connection Objects
618618

619619
Loadable extensions are disabled by default. See [#f1]_.
620620

621-
.. audit-event:: sqlite3.enable_load_extension connection,enabled sqlite3.enable_load_extension
621+
.. audit-event:: sqlite3.enable_load_extension connection,enabled sqlite3.Connection.enable_load_extension
622622

623623
.. versionadded:: 3.2
624624

@@ -635,7 +635,7 @@ Connection Objects
635635

636636
Loadable extensions are disabled by default. See [#f1]_.
637637

638-
.. audit-event:: sqlite3.load_extension connection,path sqlite3.load_extension
638+
.. audit-event:: sqlite3.load_extension connection,path sqlite3.Connection.load_extension
639639

640640
.. versionadded:: 3.2
641641

0 commit comments

Comments
 (0)