mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-12 13:11:42 +08:00
Fix typos (#6263)
Found via `codespell -q 3 -L alo,asend,ba,nams,spawnve`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user