mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Fix typo in Doc/whatsnew/3.9.rst (GH-17372)
This commit is contained in:
parent
27fc3b6f3f
commit
e11f25dbd8
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ Added the *indent* option to :func:`~ast.dump` which allows it to produce a
|
||||||
multiline indented output.
|
multiline indented output.
|
||||||
(Contributed by Serhiy Storchaka in :issue:`37995`.)
|
(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
|
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.
|
that would produce an equivalent :class:`ast.AST` object when parsed.
|
||||||
(Contributed by Pablo Galindo and Batuhan Taskaya in :issue:`38870`.)
|
(Contributed by Pablo Galindo and Batuhan Taskaya in :issue:`38870`.)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue