From: Berker Peksag Date: Tue, 6 Sep 2016 22:07:06 +0000 (+0300) Subject: Remove redundant bullet point in 3.6.rst X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b84fd04f3954ce90001cfde3847e3bb4863f0220;p=python Remove redundant bullet point in 3.6.rst --- diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 13d7b7cc11..270424eee5 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -525,8 +525,8 @@ you may now specify file paths on top of directories (e.g. zip files). 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