]> granicus.if.org Git - python/commitdiff
Use shorter version of Connection.isolation_level in sqlite3.rst
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 7 Sep 2016 01:02:41 +0000 (04:02 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 7 Sep 2016 01:02:41 +0000 (04:02 +0300)
Doc/library/sqlite3.rst

index 5b222c7aba3ecef5a1dc22830de30c92eaf2984b..d1005b55f1bcbc92dfb6eb0569ec3df56588702a 100644 (file)
@@ -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