]> granicus.if.org Git - python/commitdiff
Fixed formatting (was parsed as description list).
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Dec 2013 18:31:00 +0000 (20:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Dec 2013 18:31:00 +0000 (20:31 +0200)
Doc/whatsnew/3.4.rst

index 301ab8f1653be93b0e4a82ba3c3651c95f4ac8d4..5d360c4d51592672dbfb3bf52d98ae8f5496f0e4 100644 (file)
@@ -742,7 +742,7 @@ TLSv1.1 and TLSv1.2 support.
   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.