Skip to content

Commit

Permalink
docs make check
Browse files Browse the repository at this point in the history
  • Loading branch information
gpshead committed Feb 10, 2025
1 parent beadfb8 commit 354c5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/doctest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,8 @@ doctest decides whether actual output matches an example's expected output:
When the :envvar:`PYTHON_TRACEBACK_TIMESTAMPS` environment variable is set,
exception and warning messages rendered in tracebacks may have a timestamp
value appended after the message. This strips all possible formats of that
`` <@2025-02-08T01:21:28.675309>`` timestamp tag that may be appended to an
exception message in generated tracebacks before comparing.
timestamp tag that may be appended to an exception message in generated
tracebacks before comparing.

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

0 comments on commit 354c5f0

Please sign in to comment.