diff options
Diffstat (limited to 'Lib/test/badsyntax_async1.py')
-rw-r--r-- | Lib/test/badsyntax_async1.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Lib/test/badsyntax_async1.py b/Lib/test/badsyntax_async1.py index 970445d45f..fb85e29052 100644 --- a/Lib/test/badsyntax_async1.py +++ b/Lib/test/badsyntax_async1.py @@ -1,3 +1,2 @@ -async def foo(): - def foo(a=await something()): - pass +async def foo(a=await something()): + pass |