tests/cpydiff/core_arguments: Fill in cause/workaround.

This commit is contained in:
Paul Sokolovsky 2017-05-02 03:36:17 +03:00
parent 674da04e2e
commit 58ecbc7752
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
""" """
categories: Core categories: Core
description: Error messages may display incorrect argument counts description: Error messages for methods may display unexpected argument counts
cause: Unknown cause: MicroPython counts "self" as an argument.
workaround: Unknown workaround: Interpret error messages with the information above in mind.
""" """
try: try:
[].append() [].append()