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
@@ -70,7 +70,7 @@ All of them can be called positionally or by name.
70
70
71
71

72
72
73
-
This keyword has one :term[Mandatory Argument]`dictionary` which can be called positionally or by name. See [Mandatory Args](../chapter-03/user_keyword).
73
+
This keyword has one :term[Mandatory Argument]`dictionary` which can be called positionally or by name.
74
74
The latter two arguments are optional and can be used depending on the style of defining keys and values the user likes most.
75
75
76
76
The argument `key_value_pairs` is a :term[Variable Number of Positional Arguments] and can only be set by position.
Copy file name to clipboardExpand all lines: website/static/glossary/glossary.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@
231
231
"term": "Mandatory Argument",
232
232
"aliases": [],
233
233
"abbreviation": "",
234
-
"definition": "Argument kind in a keyword specification without a default value that must be provided in calls and that precedes optional arguments."
234
+
"definition": "Argument kind in a keyword specification without a default value that must be provided in calls and that precedes optional arguments. See [Defining Mandatory Arguments](/docs/chapter-03/user_keyword#3351-defining-mandatory-arguments)."
0 commit comments