summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2014-04-14 18:32:20 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2014-04-14 18:32:20 (GMT)
commit1343b25fbad990afb9287875e097853edc8032fb (patch)
tree2e151948139d6f2c9070334dd3cead18d4973c31
parent44da19a63d332a11df16475744355e091c89f3b8 (diff)
downloadcpython-1343b25fbad990afb9287875e097853edc8032fb.zip
cpython-1343b25fbad990afb9287875e097853edc8032fb.tar.gz
cpython-1343b25fbad990afb9287875e097853edc8032fb.tar.bz2
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 9629b5e..2dedeb4 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.