Skip to content

Commit 59c9395

Browse files
committed
vs
1 parent a95b16a commit 59c9395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ def test_zero_mode_tie_order_independence(self):
14491449
# 0 and 1 per line.
14501450
# "," appears once every row (true delimiter).
14511451
#
1452-
# Even if the zero-frequency bucket is appended v. inserted, the tie
1452+
# Even if the zero-frequency bucket is appended vs. inserted, the tie
14531453
# yields an adjusted score of 0, so ":" should not be promoted and
14541454
# "," must be selected.
14551455
sample = (

0 commit comments

Comments
 (0)