Skip to content

Commit

Permalink
Merge from 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed Sep 7, 2016
2 parents 05448a6 + a1bc246 commit d519e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d519e02

Please sign in to comment.