summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-09-07 01:03:02 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-09-07 01:03:02 (GMT)
commitd519e025d86fa74d6e65348dad5837c0761a01bd (patch)
tree0d1729a48dd0edb2f0edc4916023156058397467 /Doc
parent05448a62ae714d6ca988434d5389db619d96fe07 (diff)
parenta1bc246dd5d86fc27fdcca708cf3eb2b2b803ac7 (diff)
downloadcpython-d519e025d86fa74d6e65348dad5837c0761a01bd.zip
cpython-d519e025d86fa74d6e65348dad5837c0761a01bd.tar.gz
cpython-d519e025d86fa74d6e65348dad5837c0761a01bd.tar.bz2
Merge from 3.5
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sqlite3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index c4d4d78..d5d6e6b 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -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