Skip to content

Commit 278388b

Browse files
Update test_ast.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 309bc4e commit 278388b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_ast/test_ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def test_dynamic_attr(self):
424424
continue
425425
if self._is_ast_node(name, item):
426426
x = self._construct_ast_class(item)
427-
# Random attribute assignment is allowed
427+
# Custom attribute assignment is allowed
428428
x.foo = 5
429429
self.assertEqual(x.foo, 5)
430430
del x.foo

0 commit comments

Comments
 (0)