From 3954e4430f8cd833e945443dcee8f6f3264e3771 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 23 Sep 2012 13:24:52 -0500 Subject: [PATCH] Further improve fancy pad docs. --- loopy/padding.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/loopy/padding.py b/loopy/padding.py index da8bff481..bd8ba973a 100644 --- a/loopy/padding.py +++ b/loopy/padding.py @@ -29,7 +29,8 @@ def split_arg_axis(kernel, args_and_axes, count): If *args_and_axes* is a :class:`tuple`, it is automatically wrapped in a list, to make single splits easier. - Note that the corresponding index variables may *not* be split beforehand. + Note that splits on the corresponding inames are carried out implicitly. + The inames may *not* be split beforehand. """ if count == 1: -- GitLab