summaryrefslogtreecommitdiff
path: root/tests/basics/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/parser.py')
-rw-r--r--tests/basics/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basics/parser.py b/tests/basics/parser.py
index 626b67ad7..6ae5f05ba 100644
--- a/tests/basics/parser.py
+++ b/tests/basics/parser.py
@@ -7,7 +7,7 @@ except NameError:
raise SystemExit
# completely empty string
-# uPy and CPy differ for this case
+# MPy and CPy differ for this case
#try:
# compile("", "stdin", "single")
#except SyntaxError: