]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor fixes to the NEWS entries (GH-17556)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 10 Dec 2019 16:09:58 +0000 (16:09 +0000)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2019 16:09:58 +0000 (16:09 +0000)
Misc/NEWS.d/3.9.0a1.rst
Misc/NEWS.d/next/Documentation/2019-12-09-10-12-00.bpo-39002.AfgvfO.rst [deleted file]

index 2c79bcaf41fef3cff688c52f0692da7a963fbc83..fb74d3622263d4aafad84295fd022456cf864953 100644 (file)
@@ -5451,7 +5451,7 @@ to pathscript.py script: add flags.
 .. 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 (file)
index a6dfa22..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Fix simple typo in Lib/test/test_statistics.py.