diff options
| author | Damien George | 2018-06-20 21:02:11 +1000 |
|---|---|---|
| committer | Damien George | 2018-09-20 14:33:10 +1000 |
| commit | b01f66c5f1a0ceb14f0a864cd068874ec69258e1 (patch) | |
| tree | a61d0f078be5394318dccd948a1c6eb669cbbdfb /tests/micropython/opt_level.py.exp | |
| parent | 0a36a80f96e0951e868f1e253b1c82835a9d0918 (diff) | |
py: Shorten error messages by using contractions and some rewording.
Diffstat (limited to 'tests/micropython/opt_level.py.exp')
| -rw-r--r-- | tests/micropython/opt_level.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/micropython/opt_level.py.exp b/tests/micropython/opt_level.py.exp index 9b1bb4d24..6372f6c5d 100644 --- a/tests/micropython/opt_level.py.exp +++ b/tests/micropython/opt_level.py.exp @@ -4,4 +4,4 @@ True False Traceback (most recent call last): File "<string>", line 1, in <module> -NameError: name 'xyz' is not defined +NameError: name 'xyz' isn't defined |
