summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-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.