From 5df528167fb00ee8e1300b3fe4aa21f76f44ad8b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 29 Dec 2010 20:07:00 -0500 Subject: [PATCH] Minor doc fix. --- doc/source/array.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/array.rst b/doc/source/array.rst index e36377bc..4f05ea5a 100644 --- a/doc/source/array.rst +++ b/doc/source/array.rst @@ -403,8 +403,8 @@ Custom Reductions specified as float or integer formatted as string. *reduce_expr* and *map_expr* are specified as string formatted operations and *arguments* is specified as a string formatted as a C argument list. *name* specifies - the name as which the kernel is compiled, *keep* and *options* are passed - unmodified to :class:`pycuda.compiler.SourceModule`. *preamble* is specified + the name as which the kernel is compiled. *options* are passed + unmodified to :meth:`pyopencl.Program.build`. *preamble* is specified as a string of code. .. method __call__(*args, queue=None) -- GitLab