Fix some typos in comments (#9802)

This commit is contained in:
Alex Waygood
2023-02-23 22:11:24 +00:00
committed by GitHub
parent 6ba28ae547
commit 1d2ae2598b
8 changed files with 9 additions and 9 deletions
@@ -1,6 +1,6 @@
# https://pyinstaller.org/en/stable/hooks.html#the-pre-safe-import-module-psim-api-method
# The documentation explicitely mentions that "Normally you do not need to know about the module-graph."
# The documentation explicitly mentions that "Normally you do not need to know about the module-graph."
# However, some PyiModuleGraph typed class attributes are still documented as existing in imphookapi.
from _typeshed import Incomplete, StrPath, SupportsKeysAndGetItem
from collections.abc import Iterable