Skip to content

Commit 37a5ca3

Browse files
Update spec.py
Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 8631740 commit 37a5ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroid/interpreter/_import/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def find_module(
147147
if PY310_PLUS:
148148
# If the module is a stdlib module, check whether this is a frozen module. Note that
149149
# `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.
150+
# for stuff that can be expected to be frozen. For now this is only stdlib.
151151
if modname in sys.stdlib_module_names or (
152152
processed and processed[0] in sys.stdlib_module_names
153153
):

0 commit comments

Comments
 (0)