Commit 02a6cde0 authored by Neal Norwitz's avatar Neal Norwitz

Fix typo

parent fb8f4b6b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment