Skip to content

Commit 6d7625f

Browse files
committed
Typo fix.
1 parent 19d43e8 commit 6d7625f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/parsing/test_parse_iso8601.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def test_parse_ios8601_invalid():
160160
parse_iso8601("2012-W123") # Missing separator
161161

162162

163-
def test_parse_ios8601_duration():
163+
def test_parse_iso8601_duration():
164164
text = "P2Y3M4DT5H6M7S"
165165
parsed = parse_iso8601(text)
166166

0 commit comments

Comments
 (0)