We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709d3b7 commit 8b54665Copy full SHA for 8b54665
docs/explanations/asyncio-cothread-differences.rst
@@ -67,7 +67,7 @@ While the same example written using asyncio is::
67
builder.aOut('AO', on_update=update_ao)
68
69
Note that because ``something_that_yields_control()`` is an ``async def``,
70
-``update_ao()`` needs to be to.
+``update_ao()`` needs to be too.
71
72
.. seealso::
73
@@ -96,4 +96,3 @@ keep to one if possible.
96
.. _aio-libs: https://github.com/aio-libs
97
98
99
-
0 commit comments