File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ to explain its operation. The code the `fast_io` directory is also in
35
35
36
36
This doc assumes a good appreciation of the use of ` uasyncio ` . An understanding
37
37
of Python generators is also essential, in particular the use of ` yield from `
38
- and an appreciatiion of the difference between a generator and a generator
38
+ and an appreciation of the difference between a generator and a generator
39
39
function:
40
40
41
41
``` python
@@ -303,7 +303,7 @@ Consider these instances:
303
303
[ pend_throw(false)] ( https://github.com/peterhinch/micropython-lib/blob/f20d89c6aad9443a696561ca2a01f7ef0c8fb302/uasyncio.core/uasyncio/core.py#L119 )
304
304
also [ here] ( https://github.com/peterhinch/micropython-lib/blob/f20d89c6aad9443a696561ca2a01f7ef0c8fb302/uasyncio.core/uasyncio/core.py#L123 ) .
305
305
I think the intention here is to throw an exception (exception doesn't inherit
306
- from Exception) if it is scheduled incorrectly. Correct scheduling coutermands
306
+ from Exception) if it is scheduled incorrectly. Correct scheduling countermands
307
307
this
308
308
[ here] ( https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L97 )
309
309
and [ here] ( https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L114 ) :
You can’t perform that action at this time.
0 commit comments