Remove redundant bullet point in 3.6.rst
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 13d7b7c..270424e 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -525,8 +525,8 @@
 sqlite3
 -------
 
-* :attr:`sqlite3.Cursor.lastrowid` now supports the ``REPLACE`` statement.
-  (Contributed by Alex LordThorsen in :issue:`16864`.)
+:attr:`sqlite3.Cursor.lastrowid` now supports the ``REPLACE`` statement.
+(Contributed by Alex LordThorsen in :issue:`16864`.)
 
 
 socket