summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2019-12-10 16:09:58 (GMT)
committerGitHub <noreply@github.com>2019-12-10 16:09:58 (GMT)
commit680068c28896baba36fa7361976e07bb0f588561 (patch)
tree2797e89114f99551c746464926ccfc2097c45c8a
parent82374979ec7e01e23385dca1d02b2aa3de16fea5 (diff)
downloadcpython-680068c28896baba36fa7361976e07bb0f588561.zip
cpython-680068c28896baba36fa7361976e07bb0f588561.tar.gz
cpython-680068c28896baba36fa7361976e07bb0f588561.tar.bz2
Minor fixes to the NEWS entries (GH-17556)
-rw-r--r--Misc/NEWS.d/3.9.0a1.rst2
-rw-r--r--Misc/NEWS.d/next/Documentation/2019-12-09-10-12-00.bpo-39002.AfgvfO.rst1
2 files changed, 1 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.9.0a1.rst b/Misc/NEWS.d/3.9.0a1.rst
index 2c79bca..fb74d36 100644
--- a/Misc/NEWS.d/3.9.0a1.rst
+++ b/Misc/NEWS.d/3.9.0a1.rst
@@ -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
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.