This commit is contained in:
Neal Norwitz 2007-02-25 15:02:38 +00:00
parent ebbc01ef50
commit 88470ec348
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def xreload(mod):
finally:
if stream:
stream.close()
# Execute the code im a temporary namespace; if this fails, no changes
# Execute the code in a temporary namespace; if this fails, no changes
tmpns = {}
exec(code, tmpns)
# Now we get to the hard part