Fix typo in whatsnew/3.7.rst (GH-5551) (GH-5553)

now longer -> no longer
(cherry picked from commit c309bcfb9f)

Co-authored-by: Dag Heyman <dag@yubico.com>
This commit is contained in:
Miss Islington (bot) 2018-02-06 17:13:47 -08:00 committed by Mariatta
parent 4e7a964aaf
commit a702f6b442

View file

@ -496,7 +496,7 @@ therefore included in source distributions.
and ``platforms`` fields are not specified as a list or a string.
(Contributed by Berker Peksag in :issue:`19610`.)
The ``upload`` command now longer tries to change CR end-of-line characters
The ``upload`` command no longer tries to change CR end-of-line characters
to CRLF. This fixes a corruption issue with sdists that ended with a byte
equivalent to CR.
(Contributed by Bo Bayles in :issue:`32304`.)