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

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alicia1529 committed Oct 16, 2019
1 parent d971ce5 commit 7d10a08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/mxnet/_numpy_op_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _npx_nonzero(a):
Notes
-----
This function differs from the original numpy.nonzero in the following aspects:
- Do not support python numeric.
- Does not support python numeric.
- The return value is same as numpy.transpose(numpy.nonzero(a)).
Examples
Expand Down Expand Up @@ -909,5 +909,3 @@ def _np_prod(a, axis=None, dtype=None, out=None, keepdims=False):
True
"""
pass


0 comments on commit 7d10a08

Please sign in to comment.