Skip to content

Commit

Permalink
Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
okuta committed Sep 7, 2017
1 parent 600d6bd commit 5f6d85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cupy/creation/from_data.py
Expand Up @@ -19,8 +19,8 @@ def array(obj, dtype=None, copy=True, order='K', subok=False, ndmin=0):
uses 'C' otherwise.
And when ``order`` is 'K', it keeps strides as closely as
possible.
If ``obj`` is :class:`numpy.ndarray`, the function returns 'C' or 'F'
order array.
If ``obj`` is :class:`numpy.ndarray`, the function returns 'C' or
'F' order array.
subok (bool): If True, then sub-classes will be passed-through,
otherwise the returned array will be forced to be a base-class
array (default).
Expand Down

0 comments on commit 5f6d85f

Please sign in to comment.