Skip to content

Commit 58ecbc7

Browse files
committed
tests/cpydiff/core_arguments: Fill in cause/workaround.
1 parent 674da04 commit 58ecbc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/cpydiff/core_arguments.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
22
categories: Core
3-
description: Error messages may display incorrect argument counts
4-
cause: Unknown
5-
workaround: Unknown
3+
description: Error messages for methods may display unexpected argument counts
4+
cause: MicroPython counts "self" as an argument.
5+
workaround: Interpret error messages with the information above in mind.
66
"""
77
try:
88
[].append()

0 commit comments

Comments
 (0)