[Python-checkins] cpython: Remove redundant bullet point in 3.6.rst

berker.peksag python-checkins at python.org
Tue Sep 6 18:06:57 EDT 2016


https://hg.python.org/cpython/rev/09ddfa957cec
changeset:   103153:09ddfa957cec
parent:      103151:8e721e973383
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Sep 07 01:07:06 2016 +0300
summary:
  Remove redundant bullet point in 3.6.rst

files:
  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
--- 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list