Skip to content

Commit d780537

Browse files
committed
Adjust async fixture note
1 parent 1900b24 commit d780537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ async/await fixtures
111111
pytest fixture semantics of setup, value, and teardown. At present only
112112
function scope is supported.
113113

114-
Note: in pytest-twisted version 0.12, you must *call*
115-
``pytest_twisted.async_fixture`` and ``pytest_twisted.async_yield_fixture``.
114+
Note: You must *call* ``pytest_twisted.async_fixture()`` and
115+
``pytest_twisted.async_yield_fixture()``.
116116
This restriction may be removed in a future release.
117117

118118
.. code-block:: python

0 commit comments

Comments
 (0)