Skip to content

Commit

Permalink
Address PR review
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Oreman <[email protected]>
  • Loading branch information
A5rocks and oremanj committed Jan 30, 2025
1 parent 353a8c8 commit ce97b8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/reference-lowlevel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ This requires that you either be:

* indirectly inside (and on the same thread as) a call to
:func:`trio.run`, for run-level information such as the
:func:`~trio.current_time` or :func:`~trio.lowlevel.current_clock`.
:func:`~trio.current_time` or :func:`~trio.lowlevel.current_clock`;
or

* indirectly inside a Trio task, for task-level information such as
the :func:`~trio.lowlevel.current_task` or
Expand Down

0 comments on commit ce97b8a

Please sign in to comment.