Skip to content

Commit bfbbd60

Browse files
authored
Correct new readme example to show as a code block
1 parent 935804a commit bfbbd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async/await fixtures
8787
====================
8888
``async``/``await`` fixtures can be used along with ``yield`` for normal
8989
pytest fixture semantics of setup, value, and teardown. At present only
90-
function scope is supported.
90+
function scope is supported::
9191

9292
@pytest_twisted.async_fixture
9393
async def foo():

0 commit comments

Comments
 (0)