[Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5

berker.peksag python-checkins at python.org
Tue Sep 6 21:02:55 EDT 2016


https://hg.python.org/cpython/rev/4aa6233961e5
changeset:   103192:4aa6233961e5
parent:      103190:c2158e5456d8
parent:      103191:6c19ddd10c13
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Sep 07 04:03:02 2016 +0300
summary:
  Merge from 3.5

files:
  Doc/library/sqlite3.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -183,7 +183,7 @@
    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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list