Skip to content

Commit

Permalink
Typo on a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
takagi committed Jun 8, 2017
1 parent 3db77d2 commit b618f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cupy/core/core.pyx
Expand Up @@ -740,7 +740,7 @@ cdef class ndarray:

idx_array = ndarray(self.shape, dtype=numpy.int64)

# TODO(takagi(: Support float16 and bool
# TODO(takagi): Support float16 and bool
try:
thrust.argsort(
self.dtype, idx_array.data.ptr, self.data.ptr, self._shape[0])
Expand Down

0 comments on commit b618f88

Please sign in to comment.