Skip to content

Commit 177932e

Browse files
committed
Fix a typo in code example
1 parent 71856a2 commit 177932e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ provides useful fixtures and markers to make testing easier.
1818
.. code-block:: python
1919
2020
@pytest.mark.asyncio
21-
def test_some_asyncio_code()
21+
def test_some_asyncio_code():
2222
res = yield from library.do_something()
2323
assert b'expected result' == res
2424

0 commit comments

Comments
 (0)