Skip to content

Commit a2805eb

Browse files
authored
Merge pull request #388 from datacamp/fix/check_args_doc
Fix check_args doc
2 parents 3d048ca + 82a22de commit a2805eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonwhat/checks/check_funcs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ def check_args(state, name, missing_msg=None):
203203
specified.
204204
205205
Args:
206-
name (str): the name of the argument for which you want to check it is specified. This can also be
207-
a number, in which case it refers to the positional arguments. Named argumetns take precedence.
206+
name (str): the name of the argument for which you want to check if it is specified. This can also be
207+
a number, in which case it refers to the positional arguments. Named arguments take precedence.
208208
missing_msg (str): If specified, this overrides an automatically generated feedback message in case
209209
the student did specify the argument.
210210
state (State): State object that is passed from the SCT Chain (don't specify this).

0 commit comments

Comments
 (0)