Skip to content

Commit 8b54665

Browse files
coretlAraneidae
andauthored
Fix typo
Co-authored-by: Michael Abbott <[email protected]>
1 parent 709d3b7 commit 8b54665

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/explanations/asyncio-cothread-differences.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ While the same example written using asyncio is::
6767
builder.aOut('AO', on_update=update_ao)
6868

6969
Note that because ``something_that_yields_control()`` is an ``async def``,
70-
``update_ao()`` needs to be to.
70+
``update_ao()`` needs to be too.
7171

7272
.. seealso::
7373

@@ -96,4 +96,3 @@ keep to one if possible.
9696
.. _aio-libs: https://github.com/aio-libs
9797

9898

99-

0 commit comments

Comments
 (0)