Skip to content

Commit

Permalink
Merge pull request #1077 from not522/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
okuta committed Apr 1, 2018
1 parent c41def3 commit 9d7dd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/difference.rst
Expand Up @@ -27,7 +27,7 @@ This is Intel CPU result.
Random methods support dtype argument
-------------------------------------

NumPy's random value generator does not support dtype option and it always resturns a ``float32`` value.
NumPy's random value generator does not support dtype option and it always returns a ``float32`` value.
We support the option in CuPy because cuRAND, which is used in CuPy, supports any types of float values.

>>> np.random.randn(dtype=np.float32)
Expand Down

0 comments on commit 9d7dd80

Please sign in to comment.