8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5285693 commit 40c257dCopy full SHA for 40c257d
Doc/library/sqlite3.rst
@@ -618,7 +618,7 @@ Connection Objects
618
619
Loadable extensions are disabled by default. See [#f1]_.
620
621
- .. 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
622
623
.. versionadded:: 3.2
624
@@ -635,7 +635,7 @@ Connection Objects
635
636
637
638
- .. audit-event:: sqlite3.load_extension connection,path sqlite3.load_extension
+ .. audit-event:: sqlite3.load_extension connection,path sqlite3.Connection.load_extension
639
640
641
0 commit comments