]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in Doc/whatsnew/3.9.rst (GH-17372)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 25 Nov 2019 11:16:39 +0000 (11:16 +0000)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2019 11:16:39 +0000 (11:16 +0000)
Doc/whatsnew/3.9.rst

index 9af5259de95dd251babfa72c5e05e7d70a95d766..5c669a013c19d7f8872bf1b92ac9a918daef6ecc 100644 (file)
@@ -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`.)