Skip to content

Commit

Permalink
fix grammar (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
obestwalter authored and theacodes committed Jun 1, 2019
1 parent 5e0f03e commit 8ba7331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nox/_parametrize.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def parametrize_decorator(arg_names, arg_values_list, ids=None):
arg_names (Sequence[str]): A list of argument names.
arg_values_list (Sequence[Union[Any, Tuple]]): The list of argument
values determines how often a session is invoked with different
argument values. If only one argument names was specified then
argument values. If only one argument name was specified then
this is a simple list of values, for example ``[1, 2, 3]``. If N
argument names were specified, this must be a list of N-tuples,
where each tuple-element specifies a value for its respective
Expand Down

0 comments on commit 8ba7331

Please sign in to comment.