diff options
Diffstat (limited to 'Doc/lib/libimp.tex')
-rw-r--r-- | Doc/lib/libimp.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex index f995979..2e72602 100644 --- a/Doc/lib/libimp.tex +++ b/Doc/lib/libimp.tex @@ -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) |