Skip to content

Commit 75307d5

Browse files
iritkatrielEclips4
andauthored
Apply suggestions from code review
Co-authored-by: Kirill Podoprigora <[email protected]>
1 parent 117152f commit 75307d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ ast
333333
* The ``repr()`` output for AST nodes now includes more information.
334334
(Contributed by Tomas R in :gh:`116022`.)
335335

336-
* ast.parse(), when called with an AST as input, now always verifies
336+
* :func:`ast.parse`, when called with an AST as input, now always verifies
337337
that the root node type is appropriate.
338338
(Contributed by Irit Katriel in :gh:`130139`.)
339339

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fix bug where ``ast.parse`` did not error on AST input which is not of the
1+
Fix bug where :func:`ast.parse` did not error on AST input which is not of the
22
correct type, when called with optimize=False.

0 commit comments

Comments
 (0)