mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fix typos in multiple files (GH-26689)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
736ed6f7a9
commit
17b16e13bb
24 changed files with 1023 additions and 1023 deletions
|
@ -1178,7 +1178,7 @@ class ExtensionFileLoader(FileLoader, _LoaderBasics):
|
|||
return hash(self.name) ^ hash(self.path)
|
||||
|
||||
def create_module(self, spec):
|
||||
"""Create an unitialized extension module"""
|
||||
"""Create an uninitialized extension module"""
|
||||
module = _bootstrap._call_with_frames_removed(
|
||||
_imp.create_dynamic, spec)
|
||||
_bootstrap._verbose_message('extension module {!r} loaded from {!r}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue