]> granicus.if.org Git - python/commitdiff
Fix the NEWS Entry item. (Thanks Stéphane Wirtel)
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 14 Apr 2014 18:32:20 +0000 (14:32 -0400)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 14 Apr 2014 18:32:20 +0000 (14:32 -0400)
Misc/NEWS

index 9629b5e60fce7cafeeca0d821c68ca5325716eaa..2dedeb4bc4b929b1717a0f3d608d8bc36be1931b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,7 +33,7 @@ Core and Builtins
 Library
 -------
 
-- Issue #7776: Fix ``Host:'' header and reconnection when using
+- Issue #7776: Fix ``Host:`` header and reconnection when using
   http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath.
 
 - Issue #20968: unittest.mock.MagicMock now supports division.