There was an error while loading. Please reload this page.
1 parent 5a7d923 commit a1bc246Copy full SHA for a1bc246
1 file changed
Doc/library/sqlite3.rst
@@ -183,7 +183,7 @@ Module functions and constants
183
parameter is 5.0 (five seconds).
184
185
For the *isolation_level* parameter, please see the
186
- :attr:`Connection.isolation_level` property of :class:`Connection` objects.
+ :attr:`~Connection.isolation_level` property of :class:`Connection` objects.
187
188
SQLite natively supports only the types TEXT, INTEGER, REAL, BLOB and NULL. If
189
you want to use other types you must add support for them yourself. The
0 commit comments