diff options
Diffstat (limited to 'Lib/test/badsyntax_async2.py')
-rw-r--r-- | Lib/test/badsyntax_async2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/badsyntax_async2.py b/Lib/test/badsyntax_async2.py index 6f6f4f5..fb85e29 100644 --- a/Lib/test/badsyntax_async2.py +++ b/Lib/test/badsyntax_async2.py @@ -1,2 +1,2 @@ -async def foo(a:await something()): +async def foo(a=await something()): pass |