We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dee1d8 commit e929daeCopy full SHA for e929dae
Doc/library/sqlite3.rst
@@ -527,7 +527,7 @@ Connection Objects
527
528
Loadable extensions are disabled by default. See [#f1]_.
529
530
- .. 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
531
532
.. versionadded:: 3.2
533
@@ -544,7 +544,7 @@ Connection Objects
544
545
546
547
- .. audit-event:: sqlite3.load_extension connection,path sqlite3.load_extension
+ .. audit-event:: sqlite3.load_extension connection,path sqlite3.Connection.load_extension
548
549
550
0 commit comments