Skip to content

Commit c6d583c

Browse files
authored
Merge pull request #27 from belm0/patch-1
docs: fix asyncio-from-trio example
2 parents 84bfc2e + 31838aa commit c6d583c

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
@@ -204,7 +204,7 @@ conforms to Trio's standard task semantics.
204204
await asyncio.sleep(1)
205205
return foo*20
206206
207-
res = await trio_asyncio.run_asyncio(some_trio_code, 21)
207+
res = await trio_asyncio.run_asyncio(some_asyncio_code, 21)
208208
assert res == 420
209209

210210
.. autodoc: trio_asyncio.run_asyncio

0 commit comments

Comments
 (0)