Minor fixes to the NEWS entries (GH-17556)

This commit is contained in:
Pablo Galindo 2019-12-10 16:09:58 +00:00 committed by GitHub
parent 82374979ec
commit 680068c288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -5451,7 +5451,7 @@ to pathscript.py script: add flags.
.. nonce: oOGVdo .. nonce: oOGVdo
.. section: C API .. 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``.
.. ..

View file

@ -1 +0,0 @@
Fix simple typo in Lib/test/test_statistics.py.