diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-06-10 06:46:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-10 06:46:50 (GMT) |
commit | 98a0e466cd94d4635769cfdfd397c43c07384595 (patch) | |
tree | 77e84d7f73cdfcd63326c171083e606f38e0c283 /Misc/NEWS.d/3.5.3rc1.rst | |
parent | d689f976199d2e211a97d526b57cfa9871cc578d (diff) | |
download | cpython-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.5.3rc1.rst')
-rw-r--r-- | Misc/NEWS.d/3.5.3rc1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.5.3rc1.rst b/Misc/NEWS.d/3.5.3rc1.rst index 09ebc54..68db97c 100644 --- a/Misc/NEWS.d/3.5.3rc1.rst +++ b/Misc/NEWS.d/3.5.3rc1.rst @@ -2131,7 +2131,7 @@ CPP invocation in configure must use CPPFLAGS. Patch by Chi Hsuan Yen. .. section: Build The configure script now inserts comments into the makefile to prevent the -pgen and _freeze_importlib executables from being cross- compiled. +pgen and _freeze_importlib executables from being cross-compiled. .. |