diff --git a/pykokkos/interface/execution_policy.py b/pykokkos/interface/execution_policy.py index 7dc9f54e..2b8ae762 100644 --- a/pykokkos/interface/execution_policy.py +++ b/pykokkos/interface/execution_policy.py @@ -120,8 +120,8 @@ def __init__(self, *args): :param space: (optional) a string or ExecutionSpaceInstance object. If not specified, default is used - :param begin: the tid of the first thread - :param end: the total number of threads + :param league_size: the total number of teams + :param team_size: the number of threads per team """ unpacked: Tuple = tuple(args)