diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2020-05-31 23:28:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 23:28:46 (GMT) |
commit | 491a3d3a75b656c8317d8ce343aea767978b946c (patch) | |
tree | 6af73e2f2a6a924cfc49cf4156c7061a6e93481c /Doc | |
parent | cf88871d6a9c12e7b7e5f4d65abc2ec6e2fe952e (diff) | |
download | cpython-491a3d3a75b656c8317d8ce343aea767978b946c.zip cpython-491a3d3a75b656c8317d8ce343aea767978b946c.tar.gz cpython-491a3d3a75b656c8317d8ce343aea767978b946c.tar.bz2 |
Fix typo in "What's new in Python 3.9" (GH-20559)
Automerge-Triggered-By: @pablogsal
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.9.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 6ace7a4..3d5cec6 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 |