File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ To install AnyIO, run:
15
15
16
16
pip install anyio
17
17
18
- To install a supported version of trio _, you can use install it as an extra like this:
18
+ To install a supported version of trio _, you can install it as an extra like this:
19
19
20
20
.. code-block :: bash
21
21
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ This can be done with :meth:`TaskGroup.start() <.abc.TaskGroup.start>`::
74
74
run(main)
75
75
76
76
The target coroutine function **must ** call ``task_status.started() `` because the task that is
77
- calling will :meth: `TaskGroup.start() <.abc.TaskGroup.start> ` will be blocked until then. If the
77
+ calling with :meth: `TaskGroup.start() <.abc.TaskGroup.start> ` will be blocked until then. If the
78
78
spawned task never calls it, then the :meth: `TaskGroup.start() <.abc.TaskGroup.start> ` call will
79
79
raise a ``RuntimeError ``.
80
80
You can’t perform that action at this time.
0 commit comments