[Python-checkins] Fix typo in "What's new in Python 3.9" (GH-20559)

Lysandros Nikolaou webhook-mailer at python.org
Sun May 31 19:28:53 EDT 2020


https://github.com/python/cpython/commit/491a3d3a75b656c8317d8ce343aea767978b946c
commit: 491a3d3a75b656c8317d8ce343aea767978b946c
branch: master
author: Lysandros Nikolaou <lisandrosnik at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-05-31T16:28:46-07:00
summary:

Fix typo in "What's new in Python 3.9" (GH-20559)



Automerge-Triggered-By: @pablogsal

files:
M Doc/whatsnew/3.9.rst

diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 6ace7a4253f18..3d5cec6026add 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



More information about the Python-checkins mailing list