Skip to content

Commit 3fb7a07

Browse files
committed
clarify migration from removed API
1 parent c414430 commit 3fb7a07

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/source/history.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ A number of functions deprecated since 0.10.0 are now removed:
3030
================================================= =============================================
3131
Removed Replacement
3232
================================================= =============================================
33-
``wrap_generator`` :func:`aio_as_trio(proc(*args))<aio_as_trio>`
34-
``run_iterator`` :func:`aio_as_trio(aiter)<aio_as_trio>`
35-
``trio2aio`` :func:`~aio_as_trio`
36-
``aio2trio`` :func:`~trio_as_aio`
37-
``run_future`` ``TrioEventLoop.run_future`` :func:`~run_aio_future`
38-
``run_coroutine`` ``TrioEventLoop.run_coroutine`` :func:`~run_aio_coroutine`
39-
``wrap_trio_context`` :func:`trio_as_aio(ctx)<trio_as_aio>`
40-
``TrioEventLoop.run_trio`` :func:`trio_as_aio(proc)(*args)<trio_as_aio>`
41-
``run_asyncio`` :func:`aio_as_trio(proc)(*args)<aio_as_trio>`
33+
``wrap_generator(proc, *args)`` :func:`aio_as_trio(proc(*args))<aio_as_trio>`
34+
``run_iterator(aiter)`` :func:`aio_as_trio(aiter)<aio_as_trio>`
35+
``trio2aio`` :func:`aio_as_trio`
36+
``aio2trio`` :func:`trio_as_aio`
37+
``run_future`` ``TrioEventLoop.run_future`` :func:`run_aio_future`
38+
``run_coroutine`` ``TrioEventLoop.run_coroutine`` :func:`run_aio_coroutine`
39+
``wrap_trio_context(ctx)`` :func:`trio_as_aio(ctx)<trio_as_aio>`
40+
``TrioEventLoop.run_trio(proc, *args)`` :func:`trio_as_aio(proc)(*args)<trio_as_aio>`
41+
``run_asyncio(proc, *args)`` :func:`aio_as_trio(proc)(*args)<aio_as_trio>`
4242
================================================= =============================================
4343

4444
Miscellaneous

0 commit comments

Comments
 (0)