Skip to content

Commit 353a8c8

Browse files
committed
Be more assertive about instrument calls
1 parent ac9e6b4 commit 353a8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/reference-lowlevel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ according to the following table.
9494
+--------------------------------------------------------+-----------------------------------+------------------------------------+
9595
| in a guest run's host loop | `True` | `False` |
9696
+--------------------------------------------------------+-----------------------------------+------------------------------------+
97-
| inside an instrument call | depends | depends |
97+
| inside an instrument call | `True` | depends |
9898
+--------------------------------------------------------+-----------------------------------+------------------------------------+
9999
| in a thread created by :func:`trio.to_thread.run_sync` | `False` | `False` |
100100
+--------------------------------------------------------+-----------------------------------+------------------------------------+

0 commit comments

Comments
 (0)