# Documentation https://github.com/python/cpython/blob/5bf7580d72259d7d64f5ee8cfc2df677de5310a4/Doc/library/datetime.rst?plain=1#L1811-L1812 I consider the correct example should be below. ```pycon >>> time.fromisoformat('04:23:01,000384') datetime.time(4, 23, 1, 384) ``` ## python docs version - 3.11 - 3.12 - 3.13 <!-- gh-linked-prs --> ### Linked PRs * gh-112931 * gh-113427 * gh-113428 <!-- /gh-linked-prs -->
Documentation
cpython/Doc/library/datetime.rst
Lines 1811 to 1812 in 5bf7580
I consider the correct example should be below.
>>> time.fromisoformat('04:23:01,000384') datetime.time(4, 23, 1, 384)python docs version
Linked PRs
datetime.time.fromisoformatand add doctest marker #112931datetime.time.fromisoformatand add doctest marker (GH-112931) #113427datetime.time.fromisoformatand add doctest marker (GH-112931) #113428