summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/cpydiff/core_arguments.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cpydiff/core_arguments.py b/tests/cpydiff/core_arguments.py
index a0831ab40..4734a8062 100644
--- a/tests/cpydiff/core_arguments.py
+++ b/tests/cpydiff/core_arguments.py
@@ -1,8 +1,8 @@
"""
categories: Core
-description: Error messages may display incorrect argument counts
-cause: Unknown
-workaround: Unknown
+description: Error messages for methods may display unexpected argument counts
+cause: MicroPython counts "self" as an argument.
+workaround: Interpret error messages with the information above in mind.
"""
try:
[].append()