Skip to content

Commit

Permalink
indentation nits
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Apr 26, 2024
1 parent 1220aee commit d1cedbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_asyncgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ async def agenfn():
gen2.throw(MyExc)

with self.assertRaisesRegex(RuntimeError,
r"cannot reuse already awaited aclose\(\)/athrow\(\)"):
r"cannot reuse already awaited aclose\(\)/athrow\(\)"):
gen2.send(None)

def test_async_gen_asend_throw_concurrent_with_throw(self):
Expand Down

0 comments on commit d1cedbe

Please sign in to comment.