Skip to content

Commit bfa0682

Browse files
pablogsalJake Taylor
authored andcommitted
Fix typo in Doc/whatsnew/3.9.rst (pythonGH-17372)
1 parent 3a07eff commit bfa0682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Added the *indent* option to :func:`~ast.dump` which allows it to produce a
121121
multiline indented output.
122122
(Contributed by Serhiy Storchaka in :issue:`37995`.)
123123

124-
Added the :func:`ast.unparse` as a function in the :mod:`ast` module that can
124+
Added :func:`ast.unparse` as a function in the :mod:`ast` module that can
125125
be used to unparse an :class:`ast.AST` object and produce a string with code
126126
that would produce an equivalent :class:`ast.AST` object when parsed.
127127
(Contributed by Pablo Galindo and Batuhan Taskaya in :issue:`38870`.)

0 commit comments

Comments
 (0)