summaryrefslogtreecommitdiff
path: root/tests/basics/fun_name.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/fun_name.py')
-rw-r--r--tests/basics/fun_name.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basics/fun_name.py b/tests/basics/fun_name.py
index b2642280a..8aac35eea 100644
--- a/tests/basics/fun_name.py
+++ b/tests/basics/fun_name.py
@@ -16,7 +16,7 @@ except AttributeError:
print('SKIP')
raise SystemExit
-# __name__ of a bound native method is not implemented in uPy
+# __name__ of a bound native method is not implemented in MicroPython
# the test here is to make sure it doesn't crash
try:
str((1).to_bytes.__name__)