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.
1 parent beadfb8 commit 354c5f0Copy full SHA for 354c5f0
1 file changed
Doc/library/doctest.rst
@@ -635,8 +635,8 @@ doctest decides whether actual output matches an example's expected output:
635
When the :envvar:`PYTHON_TRACEBACK_TIMESTAMPS` environment variable is set,
636
exception and warning messages rendered in tracebacks may have a timestamp
637
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.
+ timestamp tag that may be appended to an exception message in generated
+ tracebacks before comparing.
640
641
:const:`ELLIPSIS` and :const:`IGNORE_EXCEPTION_DETAIL` could also be used to
642
avoid matching those. This can be cleaner when you need to test specific
0 commit comments