diff --git a/asynctest/mock.py b/asynctest/mock.py index ad17568..5ae2458 100644 --- a/asynctest/mock.py +++ b/asynctest/mock.py @@ -1148,7 +1148,7 @@ def independent_coro(): the reverse order of the parameters produced by these patches for the patched function. And the ``@asyncio.coroutine`` decorator should be the last since ``@patch()`` conceptually patches the coroutine, not - the function. + the function:: @patch("module.function2") @patch("module.function1")