[Python-checkins] cpython: Fixed formatting (was parsed as description list).

serhiy.storchaka python-checkins at python.org
Mon Dec 2 19:31:06 CET 2013


http://hg.python.org/cpython/rev/93e75bbd3ab8
changeset:   87712:93e75bbd3ab8
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Dec 02 20:31:00 2013 +0200
summary:
  Fixed formatting (was parsed as description list).

files:
  Doc/whatsnew/3.4.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -742,7 +742,7 @@
   cert store.
 
 (Contributed by Christian Heimes in :issue:`18143`, :issue:`18147` and
- :issue:`17134`.)
+:issue:`17134`.)
 
 Support for server-side SNI using the new
 :meth:`ssl.SSLContext.set_servername_callback` method.

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


More information about the Python-checkins mailing list