]> granicus.if.org Git - python/commitdiff
reindent for consistency
authorBenjamin Peterson <benjamin@python.org>
Sat, 17 May 2014 21:53:04 +0000 (14:53 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 17 May 2014 21:53:04 +0000 (14:53 -0700)
Misc/NEWS

index 646f4cbff78955b100e7a3d0d59528dd98cbc706..106409ccb241ff24dace0b68eff7722062982db8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,9 +49,9 @@ Core and Builtins
 Library
 -------
 
--  Issue #7776: Backport Fix ``Host:'' header and reconnection when using
-   http.client.HTTPConnection.set_tunnel() from Python 3.
-   Patch by Nikolaus Rath.
+- Issue #7776: Backport Fix ``Host:'' header and reconnection when using
+  http.client.HTTPConnection.set_tunnel() from Python 3.  Patch by Nikolaus
+  Rath.
 
 - Issue #21306: Backport hmac.compare_digest from Python 3. This is part of PEP
   466.