Skip to content

Commit 3a72e63

Browse files
committed
forgotten Merge
2 parents d7c02cf + c6d583c commit 3a72e63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ conforms to Trio's standard task semantics.
219219
await asyncio.sleep(1)
220220
return foo*20
221221
222-
res = await trio_asyncio.run_asyncio(some_trio_code, 21)
222+
res = await trio_asyncio.run_asyncio(some_asyncio_code, 21)
223223
assert res == 420
224224

225225
.. autodoc: trio_asyncio.run_asyncio

0 commit comments

Comments
 (0)