]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93857: Fix broken audit-event targets in sqlite3 docs (#93859)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Wed, 15 Jun 2022 14:01:27 +0000 (16:01 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 14:01:27 +0000 (16:01 +0200)
commitce4d11f98b30ec62f56a0653a212f0f78ca08b59
treebb66916763829597409204e8e4c075d6dacf570a
parentff095e13dfdea64de5c1ad21021ae9b5ca2631f8
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
Doc/library/sqlite3.rst