Skip to content

Commit 46262d3

Browse files
TejasAmleseifertm
authored andcommitted
Fix typo in configuration.rst: "it default" → "it defaults"
The description of `asyncio_default_test_loop_scope` contained a grammatical error: "it default to function scope" should be "it defaults to function scope" (third-person singular verb form).
1 parent 9b1556b commit 46262d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Determines the default event loop scope of asynchronous fixtures. When this conf
1212

1313
asyncio_default_test_loop_scope
1414
===============================
15-
Determines the default event loop scope of asynchronous tests. When this configuration option is unset, it default to function scope. Possible values are: ``function``, ``class``, ``module``, ``package``, ``session``
15+
Determines the default event loop scope of asynchronous tests. When this configuration option is unset, it defaults to function scope. Possible values are: ``function``, ``class``, ``module``, ``package``, ``session``
1616

1717
.. _configuration/asyncio_debug:
1818

0 commit comments

Comments
 (0)