diff options
Diffstat (limited to 'Lib/test/test_genexps.py')
-rw-r--r-- | Lib/test/test_genexps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_genexps.py b/Lib/test/test_genexps.py index 17ad78a..3d896a5 100644 --- a/Lib/test/test_genexps.py +++ b/Lib/test/test_genexps.py @@ -144,7 +144,7 @@ Verify that syntax error's are raised for genexps used as lvalues Traceback (most recent call last): ... File "<doctest test.test_genexps.__test__.doctests[41]>", line 1 - SyntaxError: augmented assignment to generator expression not possible + SyntaxError: can't assign to generator expression ########### Tests borrowed from or inspired by test_generators.py ############ |