diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2019-12-10 16:11:33 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-12-10 16:11:33 (GMT) |
commit | 3ac65a7161ddf492050302e0c7d67d1d81cb4930 (patch) | |
tree | adaaf742e4a367b5003c13c1f1a18308a41f08b5 | |
parent | 7c543f4023e1ba25c53ba3b39ba9bc77c9d9d0b1 (diff) | |
download | cpython-3ac65a7161ddf492050302e0c7d67d1d81cb4930.zip cpython-3ac65a7161ddf492050302e0c7d67d1d81cb4930.tar.gz cpython-3ac65a7161ddf492050302e0c7d67d1d81cb4930.tar.bz2 |
[3.8] Minor fixes to the NEWS entries (GH-17557)
Automerge-Triggered-By: @pablogsal
-rw-r--r-- | Misc/NEWS.d/3.8.1rc1.rst | 2 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-12-09-10-12-00.bpo-39002.AfgvfO.rst | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.8.1rc1.rst b/Misc/NEWS.d/3.8.1rc1.rst index 958a8b7..3519964 100644 --- a/Misc/NEWS.d/3.8.1rc1.rst +++ b/Misc/NEWS.d/3.8.1rc1.rst @@ -753,7 +753,7 @@ Do not try to compile IDLE shell or output windows .. nonce: oOGVdo .. section: C API -Reƫxport some function compatibility wrappers for macros in ``pythonrun.h``. +Re-export some function compatibility wrappers for macros in ``pythonrun.h``. .. diff --git a/Misc/NEWS.d/next/Documentation/2019-12-09-10-12-00.bpo-39002.AfgvfO.rst b/Misc/NEWS.d/next/Documentation/2019-12-09-10-12-00.bpo-39002.AfgvfO.rst deleted file mode 100644 index a6dfa22..0000000 --- a/Misc/NEWS.d/next/Documentation/2019-12-09-10-12-00.bpo-39002.AfgvfO.rst +++ /dev/null @@ -1 +0,0 @@ -Fix simple typo in Lib/test/test_statistics.py. |