Browse Source

!14488 fix docstrings

From: @jachua
Reviewed-by: @zhunaipan,@liangchenghui
Signed-off-by: @liangchenghui
pull/14488/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
55ee170be0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/numpy/array_creations.py

+ 1
- 1
mindspore/numpy/array_creations.py View File

@@ -1303,7 +1303,7 @@ def meshgrid(*xi, sparse=False, indexing='xy'):
[[0. 0.5 1. ]]
>>> print(yv)
[[0.]
[1.]
[1.]]
"""
_check_input_tensor(*xi)
if not isinstance(sparse, bool):


Loading…
Cancel
Save