From 58ecbc7752116be123598daec7c2be77d8681f8c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 2 May 2017 03:36:17 +0300 Subject: [PATCH] tests/cpydiff/core_arguments: Fill in cause/workaround. --- tests/cpydiff/core_arguments.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/cpydiff/core_arguments.py b/tests/cpydiff/core_arguments.py index a0831ab40c..4734a80627 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()