Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwala committed Nov 14, 2018
1 parent 736f753 commit 9f00c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyopencl/algorithm.py
Expand Up @@ -1044,7 +1044,7 @@ def __call__(self, queue, n_objects, *args, **kwargs):
:arg args: arguments corresponding to arg_decls in the constructor.
Array-like arguments must be either
1D :class:`pyopencl.array.Array` objects or
:class:`pyopencl.MemoryObject` objects, the latter of which
:class:`pyopencl.MemoryObject` objects, of which the latter
can be obtained from a :class:`pyopencl.array.Array` using the
:attr:`pyopencl.array.Array.data` attribute.
:arg allocator: optionally, the allocator to use to allocate new
Expand Down

0 comments on commit 9f00c62

Please sign in to comment.