Skip to content

Commit 2a39217

Browse files
committed
doc+import fix
1 parent e2e85fc commit 2a39217

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
+++++++
23
Usage
34
+++++++
@@ -108,8 +109,7 @@ a library you're calling) does not expect to run in a different thread.
108109
thread, but doesn't run them at all when waiting for another thread.
109110
110111
Use :meth:`trio_asyncio.TrioChildWatcher.add_child_handler`,
111-
:func:`trio.hazmat.wait_for_child`
112-
or :func:`trio.run_subprocess` instead.
112+
or :func:`trio_asyncio.wait_for_child` instead.
113113
114114
``loop.stop()`` tells the loop to suspend itself. You can restart it
115115
with another call to ``loop.run_forever()`` or ``loop.run_until_complete(coro)``,

trio_asyncio/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44

55
from .base import * # noqa
66
from .loop import * # noqa
7+
from .util import * # noqa
78
from .async_ import * # noqa
89
from .adapter import * # noqa

0 commit comments

Comments
 (0)