Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
toslunar committed Jul 2, 2018
1 parent 067f830 commit f03bb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cupy/core/elementwise.pxi
Expand Up @@ -468,7 +468,7 @@ cdef class ElementwiseKernel:
(i.e., the arrays are reshaped without copy to the minimum
dimension) by default. It may make the kernel fast by reducing the
index calculations.
options (list): Options passed to the ``nvcc`` command.
options (tuple): Options passed to the ``nvcc`` command.
preamble (str): Fragment of the CUDA-C/C++ code that is inserted at the
top of the cu file.
no_return (bool): If ``True``, __call__ returns ``None``.
Expand Down

0 comments on commit f03bb03

Please sign in to comment.