mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +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:
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue