diff options
Diffstat (limited to 'tests/basics/async_with2.py')
| -rw-r--r-- | tests/basics/async_with2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basics/async_with2.py b/tests/basics/async_with2.py index 44421ae91..bcdbfa906 100644 --- a/tests/basics/async_with2.py +++ b/tests/basics/async_with2.py @@ -2,7 +2,7 @@ import sys if sys.implementation.name == 'micropython': - # uPy allows normal generators to be awaitables + # MicroPython allows normal generators to be awaitables coroutine = lambda f: f else: import types |
