Commit a1bc246d authored by Berker Peksag's avatar Berker Peksag

Use shorter version of Connection.isolation_level in sqlite3.rst

parent 5a7d923e
......@@ -183,7 +183,7 @@ Module functions and constants
parameter is 5.0 (five seconds).
For the *isolation_level* parameter, please see the
:attr:`Connection.isolation_level` property of :class:`Connection` objects.
:attr:`~Connection.isolation_level` property of :class:`Connection` objects.
SQLite natively supports only the types TEXT, INTEGER, REAL, BLOB and NULL. If
you want to use other types you must add support for them yourself. The
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment