Update src/_pytest/main.py

This commit is contained in:
Zac Hatfield-Dodds 2022-07-16 16:40:03 -05:00 committed by GitHub
parent e105d44984
commit 76d1cb72c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ class Session(nodes.FSCollector):
for arg, collectors in self._notfound:
if collectors:
errors.append(
f"coundn't collect: {arg}\n(no name {arg!r} in any of {collectors!r})"
f"couldn't collect: {arg}\n(no name {arg!r} in any of {collectors!r})"
)
else:
errors.append(f"found no collectors for {arg}")