From c2a66f20eaf6d28825cca9f3b55a3fa33fbd87b3 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 17 May 2014 14:53:04 -0700 Subject: [PATCH] reindent for consistency --- Misc/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 646f4cbff7..106409ccb2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -49,9 +49,9 @@ Core and Builtins Library ------- -- Issue #7776: Backport Fix ``Host:'' header and reconnection when using - http.client.HTTPConnection.set_tunnel() from Python 3. - Patch by Nikolaus Rath. +- Issue #7776: Backport Fix ``Host:'' header and reconnection when using + http.client.HTTPConnection.set_tunnel() from Python 3. Patch by Nikolaus + Rath. - Issue #21306: Backport hmac.compare_digest from Python 3. This is part of PEP 466. -- 2.50.1