From 04fbccf2548243b4d853001a53fea03f61b0d638 Mon Sep 17 00:00:00 2001 From: Bharat Kambalur <25544876+BharatKambalur@users.noreply.github.com> Date: Tue, 26 Nov 2019 07:20:50 -0800 Subject: [PATCH] Remove duplicate text from caution notice Removed duplicate text from caution notice for datetime.fromisoformat --- Doc/library/datetime.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index b1e1b25691d8f1..234a4bd15cea19 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -997,8 +997,6 @@ Other constructors, all class methods: as the inverse operation of :meth:`datetime.isoformat`. A more full-featured ISO 8601 parser, ``dateutil.parser.isoparse`` is available in the third-party package `dateutil `__. - This does not support parsing arbitrary ISO 8601 strings - it is only intended - as the inverse operation of :meth:`datetime.isoformat`. Examples::