diff options
author | Dag Heyman <dag@yubico.com> | 2018-02-05 15:39:33 +0100 |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2018-02-05 09:39:33 -0500 |
commit | c309bcfb9fb295e70a235c461d9edcaa54c821d0 (patch) | |
tree | b43fce59fd41cab2447e9f0bcbc560a5a41b88f5 | |
parent | 7a561afd2c79f63a6008843b83733911d07f0119 (diff) | |
download | cpython-git-c309bcfb9fb295e70a235c461d9edcaa54c821d0.tar.gz |
Fix typo in whatsnew/3.7.rst (GH-5551)
now longer -> no longer
-rw-r--r-- | Doc/whatsnew/3.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 4fdbb9182b..7b17c62e25 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -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`.) |