Skip to content

Commit ae93f8e

Browse files
committed
Update documentation.
1 parent 23eb9ec commit ae93f8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/datetime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ Supported operations:
288288
| | is negative for negative ``t``. (5) |
289289
+--------------------------------+-----------------------------------------------+
290290
| ``repr(t)`` | Returns a string representation of the |
291-
| | :class:`timedelta` object such that |
292-
| | ``t == eval(repr(t))``. |
291+
| | :class:`timedelta` object as a constructor |
292+
| | call with canonical attribute values. |
293293
+--------------------------------+-----------------------------------------------+
294294

295295

0 commit comments

Comments
 (0)