]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in "What's new in Python 3.9" (GH-20559)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Sun, 31 May 2020 23:28:46 +0000 (02:28 +0300)
committerGitHub <noreply@github.com>
Sun, 31 May 2020 23:28:46 +0000 (16:28 -0700)
Automerge-Triggered-By: @pablogsal
Doc/whatsnew/3.9.rst

index 6ace7a4253f1826b6d9b25b6de519a7e1546ca5a..3d5cec6026adda0eaffe5e0eb243d0bc5e9a605f 100644 (file)
@@ -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