Skip to content

Commit

Permalink
Fix incorrect docstring for asynctest.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Martiusweb committed Aug 28, 2018
1 parent f9aa39a commit 7fd5455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asynctest/mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7fd5455

Please sign in to comment.