From edafaf9b86b05fdedb9c024a3b5dd9b85a06cea3 Mon Sep 17 00:00:00 2001 From: Andrew Sultana <23050332+adsultana@users.noreply.github.com> Date: Sat, 20 Apr 2019 10:27:10 +0100 Subject: [PATCH] Fix ISO 8601 timedelta spec given in docs (#482) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 9125bd7..762e581 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -437,7 +437,7 @@ types: * ``str``, following formats work: * ``[-][DD ][HH:MM]SS[.ffffff]`` - * ``[±]P[DD]T[HH]H[MM]M[SS]S`` (ISO 8601 format for timedelta) + * ``[±]P[DD]DT[HH]H[MM]M[SS]S`` (ISO 8601 format for timedelta) .. literalinclude:: examples/datetime_example.py