Skip to content

Commit 2589151

Browse files
authored
Fix typo in uvloop.rst
1 parent e8a497f commit 2589151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to-guides/uvloop.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
How to test with uvloop
33
=======================
44

5-
Redefinig the *event_loop_policy* fixture will parametrize all async tests. The following example causes all async tests to run multiple times, once for each event loop in the fixture parameters:
5+
Redefining the *event_loop_policy* fixture will parametrize all async tests. The following example causes all async tests to run multiple times, once for each event loop in the fixture parameters:
66
Replace the default event loop policy in your *conftest.py:*
77

88
.. code-block:: python

0 commit comments

Comments
 (0)