mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 01:38:40 +08:00
Fix some typos in comments (#9802)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user