Skip to content

Commit

Permalink
docs: sim: fix typo async for
Browse files Browse the repository at this point in the history
  • Loading branch information
purdeaandrei authored and whitequark committed Sep 7, 2024
1 parent f20f042 commit 7521fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amaranth/sim/_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async def testbench(ctx):
combination, usually using the :py:`async for` loop: ::
async def testbench(ctx):
async a_value, b_value in ctx.changed(dut.a, dut.b):
async for a_value, b_value in ctx.changed(dut.a, dut.b):
...
Both one-shot and multi-shot waits return the same :class:`tuple` of return values, the elements
Expand Down

0 comments on commit 7521fe2

Please sign in to comment.