Skip to content

Commit 4d420e2

Browse files
committed
Typo in comments
1 parent d1ef91d commit 4d420e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simple_source/expression/05_long_literals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728

729729

730730
# Check that we can distinguish names from strings in literal collections, e.g. lists.
731-
# The list has to have more than 4 items go get accumulated in a collection
731+
# The list has to have more than 4 items to get accumulated in a collection
732732
a = ["y", 'Exception', "x", Exception, "z"]
733733
assert a[1] == "Exception"
734734
assert a[3] == Exception

0 commit comments

Comments
 (0)