diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2016-09-06 22:07:06 (GMT) |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2016-09-06 22:07:06 (GMT) |
| commit | b84fd04f3954ce90001cfde3847e3bb4863f0220 (patch) | |
| tree | 50b35cb49579e7ccdf9e545bea8e5bba26b1b52d | |
| parent | dfc853c527c17396cdcea59923327657941ed08f (diff) | |
| download | cpython-b84fd04f3954ce90001cfde3847e3bb4863f0220.zip cpython-b84fd04f3954ce90001cfde3847e3bb4863f0220.tar.gz cpython-b84fd04f3954ce90001cfde3847e3bb4863f0220.tar.bz2 | |
Remove redundant bullet point in 3.6.rst
| -rw-r--r-- | Doc/whatsnew/3.6.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ 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 |
