Skip to content

Commit c62c4c5

Browse files
committed
underspecified
1 parent 58ec0c1 commit c62c4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ast/test_ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def test_compare_basics(self):
548548
)
549549

550550
def test_compare_modified_ast(self):
551-
# The ast API is a bit under-specified. The objects are mutable,
551+
# The ast API is a bit underspecified. The objects are mutable,
552552
# and even _fields and _attributes are mutable. The compare() does
553553
# some simple things to accommodate mutability.
554554
a = ast.parse("m * x + b", mode="eval")

0 commit comments

Comments
 (0)