diff options
Diffstat (limited to 'tests/basics/with1.py')
-rw-r--r-- | tests/basics/with1.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basics/with1.py b/tests/basics/with1.py index 3db1d380d4..57a80709df 100644 --- a/tests/basics/with1.py +++ b/tests/basics/with1.py @@ -38,8 +38,8 @@ except ValueError: # These recursive try-finally tests are attempt to get some interpretation # of last phrase in http://docs.python.org/3.4/library/dis.html#opcode-WITH_CLEANUP -# "If the stack represents an exception, and the function call returns a ‘true’ -# value, this information is “zapped” and replaced with a single WHY_SILENCED +# "If the stack represents an exception, and the function call returns a 'true' +# value, this information is "zapped" and replaced with a single WHY_SILENCED # to prevent END_FINALLY from re-raising the exception. (But non-local gotos # will still be resumed.)" print("===") |