Skip to content

Commit 0778c06

Browse files
bennyvwCopilot
andauthored
Update website/docs/chapter-02/05_keyword_interface.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a577c4f commit 0778c06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/chapter-02/05_keyword_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Free named arguments are marked with two asterisks `**` before the argument name
344344

345345
The example of the `Set To Dictionary` keyword also has a free named argument `** items`.
346346

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.
348348

349349
They are optional and can be omitted.
350350

0 commit comments

Comments
 (0)