diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 4a9a8ff..c1dd4b4 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1520,7 +1520,7 @@ step is non-destructive (the original files are left unchanged). sqlite3 ------- -The :mod:`sqlite3` module was updated to version 2.6.0. It has two new capabilities. +The :mod:`sqlite3` module was updated to pysqlite version 2.6.0. It has two new capabilities. * The :attr:`sqlite3.Connection.in_transit` attribute is true if there is an active transaction for uncommitted changes. |