Remove redundant bullet point in 3.6.rst

This commit is contained in:
Berker Peksag 2016-09-07 01:07:06 +03:00
parent dfc853c527
commit b84fd04f39

View file

@ -525,7 +525,7 @@ you may now specify file paths on top of directories (e.g. zip files).
sqlite3
-------
* :attr:`sqlite3.Cursor.lastrowid` now supports the ``REPLACE`` statement.
:attr:`sqlite3.Cursor.lastrowid` now supports the ``REPLACE`` statement.
(Contributed by Alex LordThorsen in :issue:`16864`.)