8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
timedelta
1 parent 4413892 commit 40322e1Copy full SHA for 40322e1
docs/api/standard_library_types.md
@@ -135,7 +135,7 @@ print(m.model_dump())
135
* `timedelta`; an existing `timedelta` object
136
* `int` or `float`; assumed to be seconds
137
* `str`; the following formats are accepted:
138
- * `[-][DD]D[,][HH:MM:]SS[.ffffff]`
+ * `[-][[DD]D,]HH:MM:SS[.ffffff]`
139
* Ex: `'1d,01:02:03.000004'` or `'1D01:02:03.000004'` or `'01:02:03'`
140
* `[±]P[DD]DT[HH]H[MM]M[SS]S` ([ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format for timedelta)
141
0 commit comments