From 25891516b74090ea717c5627edc62bac866e0ba8 Mon Sep 17 00:00:00 2001 From: Will Da Silva Date: Fri, 7 Feb 2025 12:55:10 -0500 Subject: [PATCH] Fix typo in `uvloop.rst` --- docs/how-to-guides/uvloop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-guides/uvloop.rst b/docs/how-to-guides/uvloop.rst index 889c0f9d..a796bea7 100644 --- a/docs/how-to-guides/uvloop.rst +++ b/docs/how-to-guides/uvloop.rst @@ -2,7 +2,7 @@ How to test with uvloop ======================= -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: +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: Replace the default event loop policy in your *conftest.py:* .. code-block:: python