mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
typos, layout and other small things
This commit is contained in:
parent
eae3f73b1c
commit
96628a90c4
44 changed files with 174 additions and 120 deletions
|
@ -142,7 +142,7 @@ def __import__(name, globals=None, locals=None, fromlist=None):
|
|||
return sys.modules[name]
|
||||
|
||||
# If any of the following calls raises an exception,
|
||||
# there's a problem we con't handle -- let the caller handle it.
|
||||
# there's a problem we can't handle -- let the caller handle it.
|
||||
|
||||
# See if it's a built-in module.
|
||||
m = imp.init_builtin(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue