From d1828b83fa16ce07ce48e456a65aa1e4d42856cd Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Tue, 13 Nov 2018 23:12:37 -0500 Subject: [PATCH] Fix markup --- pyopencl/algorithm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyopencl/algorithm.py b/pyopencl/algorithm.py index a5576796..5a878099 100644 --- a/pyopencl/algorithm.py +++ b/pyopencl/algorithm.py @@ -1042,8 +1042,8 @@ class ListOfListsBuilder: def __call__(self, queue, n_objects, *args, **kwargs): """ :arg args: arguments corresponding to arg_decls in the constructor. - Arguments must be either 1D :class:`pyopencl.array.Array' objects - or :class:`pyopencl.MemoryObject' objects. + Arguments must be either 1D :class:`pyopencl.array.Array` objects + or :class:`pyopencl.MemoryObject` objects. :arg allocator: optionally, the allocator to use to allocate new arrays. :arg omit_lists: An iterable of list names that should *not* be built -- GitLab