diff options
author | Min ho Kim <minho42@gmail.com> | 2019-07-05 21:39:32 (GMT) |
---|---|---|
committer | Brett Cannon <54418+brettcannon@users.noreply.github.com> | 2019-07-05 21:39:32 (GMT) |
commit | f7d72e48fb235684e17668a1e5107e6b0dab7b80 (patch) | |
tree | 58999471e0bd6bd96173f4b1039b82526a13c85d /Misc/NEWS.d/3.8.0a3.rst | |
parent | 10e5c66789a06dc9015a24968e96e77a75725a7a (diff) | |
download | cpython-f7d72e48fb235684e17668a1e5107e6b0dab7b80.zip cpython-f7d72e48fb235684e17668a1e5107e6b0dab7b80.tar.gz cpython-f7d72e48fb235684e17668a1e5107e6b0dab7b80.tar.bz2 |
Fix some typos (GH-14435)
Diffstat (limited to 'Misc/NEWS.d/3.8.0a3.rst')
-rw-r--r-- | Misc/NEWS.d/3.8.0a3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.8.0a3.rst b/Misc/NEWS.d/3.8.0a3.rst index a7397b5..fc37b22 100644 --- a/Misc/NEWS.d/3.8.0a3.rst +++ b/Misc/NEWS.d/3.8.0a3.rst @@ -173,7 +173,7 @@ Update Unicode databases to version 12.0.0. .. nonce: dZemNt .. section: Core and Builtins -Fix a segfault occuring when sorting a list of heterogeneous values. Patch +Fix a segfault occurring when sorting a list of heterogeneous values. Patch contributed by Rémi Lapeyre and Elliot Gorokhovsky. .. |