typos, layout and other small things

This commit is contained in:
Guido van Rossum 1995-04-10 11:34:00 +00:00
parent eae3f73b1c
commit 96628a90c4
44 changed files with 174 additions and 120 deletions

View file

@ -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)