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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy