Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmonMode committed Jan 15, 2020
1 parent 5cb0abc commit 5da6cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def _dependee_fixture_argnames(self, request):
to ensure that if any of them are to be torn down, they will tear this fixture
down first.
This is the fist part of the list of fixture argnames that is returned. The last
This is the first part of the list of fixture argnames that is returned. The last
part of the list is everything in ``self.argnames`` as those are explicit
dependees of this fixture, so this fixture should definitely register its
finalizer with them.
Expand Down

0 comments on commit 5da6cb2

Please sign in to comment.