mirror of https://github.com/python/cpython
Fix typo
This commit is contained in:
parent
ebbc01ef50
commit
88470ec348
|
@ -55,7 +55,7 @@ def xreload(mod):
|
||||||
finally:
|
finally:
|
||||||
if stream:
|
if stream:
|
||||||
stream.close()
|
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 = {}
|
tmpns = {}
|
||||||
exec(code, tmpns)
|
exec(code, tmpns)
|
||||||
# Now we get to the hard part
|
# Now we get to the hard part
|
||||||
|
|
Loading…
Reference in New Issue