diff --git a/Misc/NEWS b/Misc/NEWS index 4ab74d79f7b..9c4f013108d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -42,7 +42,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.