From: Pablo Galindo Date: Tue, 10 Dec 2019 16:11:33 +0000 (+0000) Subject: [3.8] Minor fixes to the NEWS entries (GH-17557) X-Git-Tag: v3.8.1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ac65a7161ddf492050302e0c7d67d1d81cb4930;p=thirdparty%2FPython%2Fcpython.git [3.8] Minor fixes to the NEWS entries (GH-17557) Automerge-Triggered-By: @pablogsal --- diff --git a/Misc/NEWS.d/3.8.1rc1.rst b/Misc/NEWS.d/3.8.1rc1.rst index 958a8b7b8002..351996433c4c 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 a6dfa22eb7a1..000000000000 --- 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.