summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-05-31 23:35:24 (GMT)
committerGitHub <noreply@github.com>2020-05-31 23:35:24 (GMT)
commita176b314e7476c05f096953261ba22bd29313e28 (patch)
tree57bb8de9745fdfea940704a040af779c82cbece0
parent96d91071c0279fe3b10f97b581970a85ccba9ebe (diff)
downloadcpython-a176b314e7476c05f096953261ba22bd29313e28.zip
cpython-a176b314e7476c05f096953261ba22bd29313e28.tar.gz
cpython-a176b314e7476c05f096953261ba22bd29313e28.tar.bz2
Fix typo in "What's new in Python 3.9" (GH-20559)
Automerge-Triggered-By: @pablogsal (cherry picked from commit 491a3d3a75b656c8317d8ce343aea767978b946c) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
-rw-r--r--Doc/whatsnew/3.9.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index d721b22..fc407e4 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -156,7 +156,7 @@ back to the LL(1) parser using a command line switch (``-X
oldparser``) or an environment variable (``PYTHONOLDPARSER=1``).
See :pep:`617` for more details. (Contributed by Guido van Rossum,
-Pablo Galindo and Lysandros Nikolau in :issue:`40334`.)
+Pablo Galindo and Lysandros Nikolaou in :issue:`40334`.)
Other Language Changes