diff options
author | Damien George <damien.p.george@gmail.com> | 2018-06-20 21:02:11 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-09-20 14:33:10 +1000 |
commit | b01f66c5f1a0ceb14f0a864cd068874ec69258e1 (patch) | |
tree | a61d0f078be5394318dccd948a1c6eb669cbbdfb /tests/micropython/native_with.py.exp | |
parent | 0a36a80f96e0951e868f1e253b1c82835a9d0918 (diff) |
py: Shorten error messages by using contractions and some rewording.
Diffstat (limited to 'tests/micropython/native_with.py.exp')
-rw-r--r-- | tests/micropython/native_with.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/micropython/native_with.py.exp b/tests/micropython/native_with.py.exp index 6eef7822f..7e28663f6 100644 --- a/tests/micropython/native_with.py.exp +++ b/tests/micropython/native_with.py.exp @@ -5,5 +5,5 @@ __exit__ None None None __init__ __enter__ 1 -__exit__ <class 'NameError'> name 'fail' is not defined None +__exit__ <class 'NameError'> name 'fail' isn't defined None NameError |