Skip to content

Commit ce4d11f

Browse files
gh-93857: Fix broken audit-event targets in sqlite3 docs (#93859)
Corrected targets for the following audit-events: - sqlite3.enable_load_extension => sqlite3.Connection.enable_load_extension - sqlite3.load_extension => sqlite3.Connection.load_extension
1 parent ff095e1 commit ce4d11f

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
@@ -628,7 +628,7 @@ Connection Objects
628628

629629
Loadable extensions are disabled by default. See [#f1]_.
630630

631-
.. audit-event:: sqlite3.enable_load_extension connection,enabled sqlite3.enable_load_extension
631+
.. audit-event:: sqlite3.enable_load_extension connection,enabled sqlite3.Connection.enable_load_extension
632632

633633
.. versionadded:: 3.2
634634

@@ -645,7 +645,7 @@ Connection Objects
645645

646646
Loadable extensions are disabled by default. See [#f1]_.
647647

648-
.. audit-event:: sqlite3.load_extension connection,path sqlite3.load_extension
648+
.. audit-event:: sqlite3.load_extension connection,path sqlite3.Connection.load_extension
649649

650650
.. versionadded:: 3.2
651651

0 commit comments

Comments
 (0)