Skip to content

Commit 2462d86

Browse files
cclaussasvetlov
authored andcommitted
plugin.py: Fix typo
1 parent 40de086 commit 2462d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_asyncio/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,9 +792,9 @@ def pytest_fixture_setup(
792792

793793
def _add_finalizers(fixturedef: FixtureDef, *finalizers: Callable[[], object]) -> None:
794794
"""
795-
Regsiters the specified fixture finalizers in the fixture.
795+
Registers the specified fixture finalizers in the fixture.
796796
797-
Finalizers need to specified in the exact order in which they should be invoked.
797+
Finalizers need to be specified in the exact order in which they should be invoked.
798798
799799
:param fixturedef: Fixture definition which finalizers should be added to
800800
:param finalizers: Finalizers to be added

0 commit comments

Comments
 (0)