[Python-checkins] Fix typo in Doc/whatsnew/3.9.rst (GH-17372)

Pablo Galindo webhook-mailer at python.org
Mon Nov 25 06:17:07 EST 2019


https://github.com/python/cpython/commit/e11f25dbd85709ed370e83348da07be03e9b3d7a
commit: e11f25dbd85709ed370e83348da07be03e9b3d7a
branch: master
author: Pablo Galindo <Pablogsal at gmail.com>
committer: GitHub <noreply at github.com>
date: 2019-11-25T11:16:39Z
summary:

Fix typo in Doc/whatsnew/3.9.rst (GH-17372)

files:
M Doc/whatsnew/3.9.rst

diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 9af5259de95dd..5c669a013c19d 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -121,7 +121,7 @@ Added the *indent* option to :func:`~ast.dump` which allows it to produce a
 multiline indented output.
 (Contributed by Serhiy Storchaka in :issue:`37995`.)
 
-Added the :func:`ast.unparse` as a function in the :mod:`ast` module that can
+Added :func:`ast.unparse` as a function in the :mod:`ast` module that can
 be used to unparse an :class:`ast.AST` object and produce a string with code
 that would produce an equivalent :class:`ast.AST` object when parsed.
 (Contributed by Pablo Galindo and Batuhan Taskaya in :issue:`38870`.)



More information about the Python-checkins mailing list