doc: correct spelling

This commit is contained in:
Warren 2024-03-17 23:48:53 +11:00 committed by Warren Markham
parent 56713ea2fe
commit e46fe6f55f
1 changed files with 1 additions and 1 deletions

View File

@ -1568,7 +1568,7 @@ def _get_fixtures_per_test(test: nodes.Item) -> Optional[List[FixtureDef[object]
# is stored in the final position of the sequence; therefore, we
# take the FixtureDef of the final override and add it to the list.
#
# If there wasn't an overide, the final item will simply be the
# If there wasn't an override, the final item will simply be the
# first item, as required.
fixturedefs[-1]
for argname, fixturedefs in sorted(name2fixturedefs.items())