Skip to content

Commit d43ee7b

Browse files
committed
Update primitives for new uasyncio version. README provides introduction.
1 parent a602aa8 commit d43ee7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ contains an optional `fast_io` variant of `uasyncio`.
88

99
Damien has completely rewritten `uasyncio`. Its release is likely to be
1010
imminent, see
11-
[PR5332](https://github.com/micropython/micropython/pull/5332) and [section 3.1](./README.md##31-the-new_version).
11+
[PR5332](https://github.com/micropython/micropython/pull/5332) and [section 3.1](./README.md#31-the-new_version).
1212

1313
## The fast_io variant
1414

@@ -90,7 +90,7 @@ following features will involve minor changes to application code:
9090
this is in accord with CPython where `yield` will produce a syntax error.
9191
* Awaitable classes: currently under discussion. The `__iter__` method works
9292
but `yield` should be replaced by `await asyncio.sleep_ms(0)`. As yet I have
93-
found no way to write an awaitable classes compatible with the new `uasyncio`
93+
found no way to write an awaitable class compatible with the new `uasyncio`
9494
and which does not throw syntax errors under CPython 3.8/`asyncio`.
9595

9696
### 3.1.1 Implications for this repository

0 commit comments

Comments
 (0)