File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ SQLite for internal data storage. It's also possible to prototype an
18
18
application using SQLite and then port the code to a larger database such as
19
19
PostgreSQL or Oracle.
20
20
21
- The sqlite3 module was written by Gerhard Häring. It provides an SQL interface
21
+ The :mod: ` ! sqlite3` module was written by Gerhard Häring. It provides an SQL interface
22
22
compliant with the DB-API 2.0 specification described by :pep: `249 `, and
23
23
requires SQLite 3.7.15 or newer.
24
24
25
25
This document includes four main sections:
26
26
27
- * :ref: `sqlite3-tutorial ` teaches how to use the sqlite3 module.
27
+ * :ref: `sqlite3-tutorial ` teaches how to use the :mod: ` ! sqlite3` module.
28
28
* :ref: `sqlite3-reference ` describes the classes and functions this module
29
29
defines.
30
30
* :ref: `sqlite3-howtos ` details how to handle specific tasks.
@@ -826,7 +826,7 @@ Connection objects
826
826
ignored. Note that the backend does not only run statements passed to the
827
827
:meth: `Cursor.execute ` methods. Other sources include the
828
828
:ref: `transaction management <sqlite3-controlling-transactions >` of the
829
- sqlite3 module and the execution of triggers defined in the current
829
+ :mod: ` ! sqlite3` module and the execution of triggers defined in the current
830
830
database.
831
831
832
832
Passing ``None `` as *trace_callback * will disable the trace callback.
You can’t perform that action at this time.
0 commit comments