Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix markup
  • Loading branch information
mattwala committed Nov 14, 2018
1 parent e2495c6 commit d1828b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyopencl/algorithm.py
Expand Up @@ -1042,8 +1042,8 @@ def get_write_kernel(self, index_dtype):
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
Expand Down

0 comments on commit d1828b8

Please sign in to comment.