mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
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
This commit is contained in:
parent
ff095e13df
commit
ce4d11f98b
1 changed files with 2 additions and 2 deletions
|
@ -628,7 +628,7 @@ Connection Objects
|
|||
|
||||
Loadable extensions are disabled by default. See [#f1]_.
|
||||
|
||||
.. audit-event:: sqlite3.enable_load_extension connection,enabled sqlite3.enable_load_extension
|
||||
.. audit-event:: sqlite3.enable_load_extension connection,enabled sqlite3.Connection.enable_load_extension
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
@ -645,7 +645,7 @@ Connection Objects
|
|||
|
||||
Loadable extensions are disabled by default. See [#f1]_.
|
||||
|
||||
.. audit-event:: sqlite3.load_extension connection,path sqlite3.load_extension
|
||||
.. audit-event:: sqlite3.load_extension connection,path sqlite3.Connection.load_extension
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue