Skip to content

Commit e8e43b5

Browse files
Remove useless detail from comment
1 parent 76eebca commit e8e43b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_zoneinfo/test_zoneinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ def test_invalid_tzstr(self):
12121212
# Invalid julian offset
12131213
"AAA4BBB,J0/2,J20/2",
12141214
"AAA4BBB,J20/2,J366/2",
1215-
# gh-152847: non-digit day-of-year (e.g. J1_0)
1215+
# gh-152847: non-digit day-of-year
12161216
"AAA4BBB,J1_0,J300/2",
12171217
"AAA4BBB,J60/2,J30_0/2",
12181218
"AAA4BBB,1_0,J300/2",

0 commit comments

Comments
 (0)