summaryrefslogtreecommitdiff
path: root/tests/basics/boundmeth1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/boundmeth1.py')
-rw-r--r--tests/basics/boundmeth1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basics/boundmeth1.py b/tests/basics/boundmeth1.py
index fe1b45468..9f08d9bbb 100644
--- a/tests/basics/boundmeth1.py
+++ b/tests/basics/boundmeth1.py
@@ -1,6 +1,6 @@
# tests basics of bound methods
-# uPy and CPython differ when printing a bound method, so just print the type
+# MicroPython and CPython differ when printing a bound method, so just print the type
print(type(repr([].append)))