diff --git a/loopy/transform/pack_and_unpack_args.py b/loopy/transform/pack_and_unpack_args.py index 1c1b48c59..2a82952c2 100644 --- a/loopy/transform/pack_and_unpack_args.py +++ b/loopy/transform/pack_and_unpack_args.py @@ -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`