Fix ISO 8601 timedelta spec given in docs (#482)

This commit is contained in:
Andrew Sultana
2019-04-20 10:27:10 +01:00
committed by Samuel Colvin
parent 2ca81ed33f
commit edafaf9b86
+1 -1
View File
@@ -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