Skip to content

Commit e929dae

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 5dee1d8 commit e929dae

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
@@ -527,7 +527,7 @@ Connection Objects
527527

528528
Loadable extensions are disabled by default. See [#f1]_.
529529

530-
.. audit-event:: sqlite3.enable_load_extension connection,enabled sqlite3.enable_load_extension
530+
.. audit-event:: sqlite3.enable_load_extension connection,enabled sqlite3.Connection.enable_load_extension
531531

532532
.. versionadded:: 3.2
533533

@@ -544,7 +544,7 @@ Connection Objects
544544

545545
Loadable extensions are disabled by default. See [#f1]_.
546546

547-
.. audit-event:: sqlite3.load_extension connection,path sqlite3.load_extension
547+
.. audit-event:: sqlite3.load_extension connection,path sqlite3.Connection.load_extension
548548

549549
.. versionadded:: 3.2
550550

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