summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2014-04-14 14:32:20 -0400
committerSenthil Kumaran <senthil@uthcode.com>2014-04-14 14:32:20 -0400
commit1343b25fbad990afb9287875e097853edc8032fb (patch)
tree2e151948139d6f2c9070334dd3cead18d4973c31
parent44da19a63d332a11df16475744355e091c89f3b8 (diff)
downloadcpython-git-1343b25fbad990afb9287875e097853edc8032fb.tar.gz
Fix the NEWS Entry item. (Thanks Stéphane Wirtel)
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9629b5e60f..2dedeb4bc4 100644
--- 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.