Skip to content

Commit 354c5f0

Browse files
committed
docs make check
1 parent beadfb8 commit 354c5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/doctest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,8 @@ doctest decides whether actual output matches an example's expected output:
635635
When the :envvar:`PYTHON_TRACEBACK_TIMESTAMPS` environment variable is set,
636636
exception and warning messages rendered in tracebacks may have a timestamp
637637
value appended after the message. This strips all possible formats of that
638-
`` <@2025-02-08T01:21:28.675309>`` timestamp tag that may be appended to an
639-
exception message in generated tracebacks before comparing.
638+
timestamp tag that may be appended to an exception message in generated
639+
tracebacks before comparing.
640640

641641
:const:`ELLIPSIS` and :const:`IGNORE_EXCEPTION_DETAIL` could also be used to
642642
avoid matching those. This can be cleaner when you need to test specific

0 commit comments

Comments
 (0)