diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-05-20 23:36:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-20 23:36:05 (GMT) |
commit | aef639f62677f8a342af24e9c19f0503b0d1e36e (patch) | |
tree | 786203044d1b201025bbf84c44dcc66d826d7b94 /Misc/NEWS.d/3.5.0a3.rst | |
parent | dd281873baeaade38ceee70b10e649cfaadcf15a (diff) | |
download | cpython-aef639f62677f8a342af24e9c19f0503b0d1e36e.zip cpython-aef639f62677f8a342af24e9c19f0503b0d1e36e.tar.gz cpython-aef639f62677f8a342af24e9c19f0503b0d1e36e.tar.bz2 |
Fix line breaks added after hyphens by blurb. (GH-7002)
Also remove bullet asterisks from IDLE entries.
Diffstat (limited to 'Misc/NEWS.d/3.5.0a3.rst')
-rw-r--r-- | Misc/NEWS.d/3.5.0a3.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.5.0a3.rst b/Misc/NEWS.d/3.5.0a3.rst index a096809..c71afe6 100644 --- a/Misc/NEWS.d/3.5.0a3.rst +++ b/Misc/NEWS.d/3.5.0a3.rst @@ -62,8 +62,8 @@ Fix the default __sizeof__ implementation for variable-sized objects. .. nonce: b5M04V .. section: Library -The groupindex attribute of regular expression pattern object now is non- -modifiable mapping. +The groupindex attribute of regular expression pattern object now is +non-modifiable mapping. .. |