Skip to content

Commit

Permalink
Merge pull request #17 from svisser/fix-typo-docs
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
kwarunek committed Oct 5, 2020
2 parents 1d7c0e1 + b06db84 commit 4056205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiounittest/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def run_sync(func=None, loop=None):
**Note**: :code:`aiounittest.async_test` is an alias of :code:`aiounittest.helpers.run_sync`
Function can be used like a `pytest.mark.asyncio` (implemetation differs),
Function can be used like a `pytest.mark.asyncio` (implementation differs),
but it's compatible with :code:`unittest.TestCase` class.
.. code-block:: python
Expand Down

0 comments on commit 4056205

Please sign in to comment.