mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Fix typo
This commit is contained in:
parent
ebbc01ef50
commit
88470ec348
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue