Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fc3b6 commit e11f25dCopy full SHA for e11f25d
1 file changed
Doc/whatsnew/3.9.rst
@@ -121,7 +121,7 @@ Added the *indent* option to :func:`~ast.dump` which allows it to produce a
121
multiline indented output.
122
(Contributed by Serhiy Storchaka in :issue:`37995`.)
123
124
-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
125
be used to unparse an :class:`ast.AST` object and produce a string with code
126
that would produce an equivalent :class:`ast.AST` object when parsed.
127
(Contributed by Pablo Galindo and Batuhan Taskaya in :issue:`38870`.)
0 commit comments