From 56ab41894b641c34c8bca8f275937667bbb5bfa3 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sat, 28 Nov 2015 17:57:44 -0600
Subject: [PATCH] Minor doc fix

---
 loopy/__init__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/loopy/__init__.py b/loopy/__init__.py
index b805c5643..69a17104c 100644
--- a/loopy/__init__.py
+++ b/loopy/__init__.py
@@ -1042,9 +1042,9 @@ def add_prefetch(kernel, var_name, sweep_inames=[], dim_arg_names=None,
     """Prefetch all accesses to the variable *var_name*, with all accesses
     being swept through *sweep_inames*.
 
-    :ivar dim_arg_names: List of names representing each fetch axis.
-    :ivar rule_name: base name of the generated temporary variable.
-    :ivar footprint_subscripts: A list of tuples indicating the index (i.e.
+    :arg dim_arg_names: List of names representing each fetch axis.
+    :arg rule_name: base name of the generated temporary variable.
+    :arg footprint_subscripts: A list of tuples indicating the index (i.e.
         subscript) tuples used to generate the footprint.
 
         If only one such set of indices is desired, this may also be specified
-- 
GitLab