diff options
Diffstat (limited to 'Lib/test/test_struct.py')
-rw-r--r-- | Lib/test/test_struct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py index 2c599d7..5892966 100644 --- a/Lib/test/test_struct.py +++ b/Lib/test/test_struct.py @@ -94,7 +94,7 @@ tests = [ ] def badpack(fmt, arg, got, exp): - return + return def badunpack(fmt, arg, got, exp): return "unpack(%s, %s) -> (%s,) # expected (%s,)" % ( |