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

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiel committed Aug 14, 2018
1 parent 03e14d9 commit e12ea88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/ndarray_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class StackDoc(NDArrayDoc):
>>> x = mx.nd.array([1, 2])
>>> y = mx.nd.array([3, 4])
>>> stack(x, y)
[[1, 2],
[[1, 2],
[3, 4]]
>>> stack(x, y, axis=1)
[[1, 3],
Expand Down

0 comments on commit e12ea88

Please sign in to comment.