Skip to content

Commit

Permalink
Improve description of compare_attributes arg
Browse files Browse the repository at this point in the history
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
  • Loading branch information
jeremyhylton and iritkatriel authored May 21, 2024
1 parent c7ea190 commit 75ba002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/ast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2479,7 +2479,7 @@ effects on the compilation of a program:
*compare_attributes* affects whether AST attributes are considered
in the comparison. If compare_attributes is ``False`` (default), then
attributes are ignored. Otherwise they must all be equal. This
option is useful to look for asts that are structurally equal but
option is useful to check whether the ASTs are structurally equal but
might differ in whitespace or similar details.

.. versionadded:: 3.14
Expand Down

0 comments on commit 75ba002

Please sign in to comment.