Skip to content

Commit c066338

Browse files
committed
Minor tidy
1 parent 1d3a3b5 commit c066338

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Removed
421421
ast
422422
---
423423

424-
* The constructors of node types in the :mod:`ast` module now raise a
424+
* The constructors of node types in the :mod:`ast` module now raise a
425425
:exc:`TypeError` when a required argument is omitted or when a
426426
keyword-argument that does not map to a field on the AST node is passed.
427427
These cases had previously raised a :exc:`DeprecationWarning` since Python 3.13.

Misc/NEWS.d/next/Core_and_Builtins/2025-08-09-19-00-36.gh-issue-137600.p_p6OU.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The constructors of node types in the :mod:`ast` module now raise a
1+
The constructors of node types in the :mod:`ast` module now raise a
22
:exc:`TypeError` when a required argument is omitted or when a
33
keyword-argument that does not map to a field on the AST node is passed.
44
These cases had previously raised a :exc:`DeprecationWarning` since Python

Python/Python-ast.c

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)