Skip to content

Commit b3816b5

Browse files
committed
docs: address review comments
1 parent 5c22dd7 commit b3816b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/exceptions.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,10 @@ The following exceptions are used mostly as base classes for other exceptions.
162162
.. attribute:: __timestamp_ns__
163163

164164
The absolute time in nanoseconds at which this exception was instantiated
165-
(usually: when it was raised); the same accuracy as :func:`time.time_ns`.
166-
Display of these timestamps after the exception message in tracebacks is
167-
off by default but can be configured using the
165+
(usually: when it was raised).
166+
Having the same accuracy and time epoch as :func:`time.time_ns`.
167+
Collection and display of these timestamps after the exception message in
168+
tracebacks is off by default but can be configured using the
168169
:envvar:`PYTHON_TRACEBACK_TIMESTAMPS` environment variable or the
169170
:option:`-X traceback_timestamps <-X>` command line option. In
170171
applications with complicated exception chains and exception groups it

0 commit comments

Comments
 (0)