Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
trailing white space in random.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed Oct 6, 2018
1 parent 3981d09 commit 61c2872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/ndarray/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def randint(low=0, high=1, shape=_Null, dtype=_Null, ctx=None, out=None, **kwarg
--------
>>> mx.nd.random.randint(0, 40)
[24]
<NDArray 1 @cpu(0)>
<NDArray 1 @cpu(0)>
>>> mx.nd.random.randint(ctx=mx.gpu(0))
[ 9780]
<NDArray 1 @gpu(0)>
Expand Down

0 comments on commit 61c2872

Please sign in to comment.