Skip to content

Commit 4d444be

Browse files
committed
Try fixing :func: ref.
1 parent 1a98d89 commit 4d444be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Fix pure-Python implementation of :func:`time.fromisoformat` to reject times
2-
with spaces in fractional part (for example, ``12:34:56.400 +02:00``), matching
3-
the C implementation. Patch by Michał Gorny.
1+
Fix pure-Python implementation of :func:`datetime.time.fromisoformat` to reject
2+
times with spaces in fractional part (for example, ``12:34:56.400 +02:00``),
3+
matching the C implementation. Patch by Michał Gorny.

0 commit comments

Comments
 (0)