We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8631740 commit 37a5ca3Copy full SHA for 37a5ca3
astroid/interpreter/_import/spec.py
@@ -147,7 +147,7 @@ def find_module(
147
if PY310_PLUS:
148
# If the module is a stdlib module, check whether this is a frozen module. Note that
149
# `find_spec` actually imports the module, so we want to make sure we only run this code
150
- # for stuff this is can be expected to be frozen. For now this is only stdlib.
+ # for stuff that can be expected to be frozen. For now this is only stdlib.
151
if modname in sys.stdlib_module_names or (
152
processed and processed[0] in sys.stdlib_module_names
153
):
0 commit comments