Skip to content

Commit

Permalink
Documentation defined the unpack argument twice. Now it only defines …
Browse files Browse the repository at this point in the history
…it once and also defines the pack argument.
  • Loading branch information
nkoskelo authored and inducer committed Oct 11, 2024
1 parent 6cc60f0 commit db13612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loopy/transform/pack_and_unpack_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def pack_and_unpack_args_for_call_for_single_kernel(kernel,
:arg call_name: An instance of :class:`str` denoting the function call in
the *kernel*.
:arg args_to_unpack: A list of the arguments as instances of :class:`str` which
:arg args_to_pack: A list of the arguments as instances of :class:`str` which
must be packed. If set *None*, it is interpreted that all the array
arguments would be packed.
:arg args_to_unpack: A list of the arguments as instances of :class:`str`
Expand Down

0 comments on commit db13612

Please sign in to comment.