Fix an apparent typo in the expanded code.
This commit is contained in:
parent
854454ef09
commit
5104007210
|
@ -226,7 +226,7 @@ Specification: The 'with' Statement
|
|||
The translation of the above statement is:
|
||||
|
||||
ctx = (EXPR).__context__()
|
||||
exit = exc.__exit__ # Not calling it yet
|
||||
exit = ctx.__exit__ # Not calling it yet
|
||||
value = ctx.__enter__()
|
||||
exc = True
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue