We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ea190 commit 75ba002Copy full SHA for 75ba002
Doc/library/ast.rst
@@ -2479,7 +2479,7 @@ effects on the compilation of a program:
2479
*compare_attributes* affects whether AST attributes are considered
2480
in the comparison. If compare_attributes is ``False`` (default), then
2481
attributes are ignored. Otherwise they must all be equal. This
2482
- option is useful to look for asts that are structurally equal but
+ option is useful to check whether the ASTs are structurally equal but
2483
might differ in whitespace or similar details.
2484
2485
.. versionadded:: 3.14
0 commit comments