Fix typos in docs and comments (#11064)

This commit is contained in:
Alex Waygood
2023-11-23 14:55:58 +00:00
committed by GitHub
parent 30f7267b5d
commit 01432805d9
12 changed files with 16 additions and 16 deletions

View File

@@ -134,7 +134,7 @@ if sys.version_info >= (3, 9):
def joinpath(self, __child: str) -> Traversable: ...
# The documentation and runtime protocol allows *args, **kwargs arguments,
# but this would mean that all implementors would have to support them,
# but this would mean that all implementers would have to support them,
# which is not the case.
@overload
@abstractmethod