You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/chapter-02/05_keyword_interface.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,7 +344,7 @@ Free named arguments are marked with two asterisks `**` before the argument name
344
344
345
345
The example of the `Set To Dictionary` keyword also has a free named argument `** items`.
346
346
347
-
When calling this keyword all named arguments that are not explicitly defined as argument names are collected into the `key_value_pairs` argument and will be available as a dictionary in the keyword implementation.
347
+
When calling this keyword all named arguments that are not explicitly defined as argument names are collected into the `items` argument and will be available as a dictionary in the keyword implementation.
0 commit comments