]> granicus.if.org Git - python/commitdiff
Remove redundant bullet point in 3.6.rst
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 6 Sep 2016 22:07:06 +0000 (01:07 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 6 Sep 2016 22:07:06 +0000 (01:07 +0300)
Doc/whatsnew/3.6.rst

index 13d7b7cc1151ccfa138fb754d9adeeba4638eedc..270424eee5db9e554d998aa211c147bd622fb301 100644 (file)
@@ -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