Skip to content

Commit

Permalink
Update Doc/library/ast.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jelle Zijlstra <[email protected]>
  • Loading branch information
jeremyhylton and JelleZijlstra authored May 21, 2024
1 parent b915d9c commit ccf410c
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 @@ -2477,7 +2477,7 @@ effects on the compilation of a program:
Recursively compares two ASTs.

*compare_attributes* affects whether AST attributes are considered
in the comparison. If compare_attributes is ``False`` (default), then
in the comparison. If *compare_attributes* is ``False`` (default), then
attributes are ignored. Otherwise they must all be equal. This
option is useful to check whether the ASTs are structurally equal but
might differ in whitespace or similar details.
Expand Down

0 comments on commit ccf410c

Please sign in to comment.