Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d519e02

Browse files
committed
Merge from 3.5
2 parents 05448a6 + a1bc246 commit d519e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Module functions and constants
183183
parameter is 5.0 (five seconds).
184184

185185
For the *isolation_level* parameter, please see the
186-
:attr:`Connection.isolation_level` property of :class:`Connection` objects.
186+
:attr:`~Connection.isolation_level` property of :class:`Connection` objects.
187187

188188
SQLite natively supports only the types TEXT, INTEGER, REAL, BLOB and NULL. If
189189
you want to use other types you must add support for them yourself. The

0 commit comments

Comments
 (0)