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