Found via `codespell -q 3 -L alo,asend,ba,nams,spawnve`
This commit is contained in:
luzpaz
2021-11-08 21:23:15 -05:00
committed by GitHub
parent 6e646f43dd
commit b95b729b9e
10 changed files with 17 additions and 17 deletions

View File

@@ -315,7 +315,7 @@ class PathLike(Protocol[_AnyStr_co]):
_FdOrAnyPath = Union[int, StrOrBytesPath]
class DirEntry(Generic[AnyStr]):
# This is what the scandir interator yields
# This is what the scandir iterator yields
# The constructor is hidden
name: AnyStr