Skip to content

Commit 36958b9

Browse files
remove deprecated loop docs
1 parent 9123c07 commit 36958b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/devel/testloop.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ as well as a number of `async` commands specific to the event loop.
1313
Event Loops
1414
===========
1515

16-
There are currently two event loops available for either simplicity or concurrency.
17-
In case of doubt, prefer :py:func:`~.multi_sync`.
16+
The test event loop is available via a decorator that should be directly applied
17+
to an ``async def`` test case.
1818

1919
.. autofunction:: sync(test_case: (...) -> (await) None) -> (...) -> None
2020

21-
.. autofunction:: multi_sync(test_case: (...) -> (await) None) -> (...) -> None
22-
2321
Async commands
2422
==============
2523

0 commit comments

Comments
 (0)