Skip to content

Commit e7b406f

Browse files
yawpitchmiss-islington
authored andcommitted
[typo] fix dupe in datetime.fromisoformat docs (GH-17295)
Fixes a nearly word for word duplication of a sentence that appears earlier in the caution section of datetime.datetime.fromisoformat in Doc/Library/datetime.rst. No issue created as it's a trivial change. Automerge-Triggered-By: @pganssle
1 parent 068768f commit e7b406f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Doc/library/datetime.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -997,8 +997,6 @@ Other constructors, all class methods:
997997
as the inverse operation of :meth:`datetime.isoformat`. A more full-featured
998998
ISO 8601 parser, ``dateutil.parser.isoparse`` is available in the third-party package
999999
`dateutil <https://dateutil.readthedocs.io/en/stable/parser.html#dateutil.parser.isoparse>`__.
1000-
This does not support parsing arbitrary ISO 8601 strings - it is only intended
1001-
as the inverse operation of :meth:`datetime.isoformat`.
10021000

10031001
Examples::
10041002

0 commit comments

Comments
 (0)