summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.6.0b1.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-06-10 06:46:50 (GMT)
committerGitHub <noreply@github.com>2018-06-10 06:46:50 (GMT)
commit98a0e466cd94d4635769cfdfd397c43c07384595 (patch)
tree77e84d7f73cdfcd63326c171083e606f38e0c283 /Misc/NEWS.d/3.6.0b1.rst
parentd689f976199d2e211a97d526b57cfa9871cc578d (diff)
downloadcpython-98a0e466cd94d4635769cfdfd397c43c07384595.zip
cpython-98a0e466cd94d4635769cfdfd397c43c07384595.tar.gz
cpython-98a0e466cd94d4635769cfdfd397c43c07384595.tar.bz2
Fix spaces added after hyphens in news entries. (GH-7579)
Seems they were added by double applying blurb.
Diffstat (limited to 'Misc/NEWS.d/3.6.0b1.rst')
-rw-r--r--Misc/NEWS.d/3.6.0b1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.6.0b1.rst b/Misc/NEWS.d/3.6.0b1.rst
index 6ff8bbb..8820afd 100644
--- a/Misc/NEWS.d/3.6.0b1.rst
+++ b/Misc/NEWS.d/3.6.0b1.rst
@@ -1127,7 +1127,7 @@ Chunked transfer encoding support added to http.client.HTTPConnection
requests. The urllib.request.AbstractHTTPHandler class does not enforce a
Content-Length header any more. If a HTTP request has a file or iterable
body, but no Content-Length header, the library now falls back to use
-chunked transfer- encoding.
+chunked transfer-encoding.
..