Add 'pysqlite' before version 2.6.0
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 @@
 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.