Skip to content

Commit ce97b8a

Browse files
A5rocksoremanj
andcommitted
Address PR review
Co-authored-by: Joshua Oreman <[email protected]>
1 parent 353a8c8 commit ce97b8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/reference-lowlevel.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ This requires that you either be:
7070

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

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

0 commit comments

Comments
 (0)