Skip to content

Commit 75ba002

Browse files
Improve description of compare_attributes arg
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
1 parent c7ea190 commit 75ba002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ast.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2479,7 +2479,7 @@ effects on the compilation of a program:
24792479
*compare_attributes* affects whether AST attributes are considered
24802480
in the comparison. If compare_attributes is ``False`` (default), then
24812481
attributes are ignored. Otherwise they must all be equal. This
2482-
option is useful to look for asts that are structurally equal but
2482+
option is useful to check whether the ASTs are structurally equal but
24832483
might differ in whitespace or similar details.
24842484

24852485
.. versionadded:: 3.14

0 commit comments

Comments
 (0)