Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jan 17, 2025
1 parent 33b8507 commit 6a7d1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_capi/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_importmodulenoblock(self):
self.check_import_func(_testlimitedcapi.PyImport_ImportModuleNoBlock)

def check_frozen_import(self, import_frozen_module):
# Importing a frozen module executes its code, so starts by unloading
# Importing a frozen module executes its code, so start by unloading
# the module to execute the code in a new (temporary) module.
old_zipimport = sys.modules.pop('zipimport')
try:
Expand Down

0 comments on commit 6a7d1de

Please sign in to comment.