!34302 modify format

Merge pull request !34302 from 俞涵/code_docs_0512
This commit is contained in:
i-robot 2022-05-12 09:51:47 +00:00 committed by Gitee
commit 9d23731a89
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
mindspore.ops.bessel_y0
=====================
=======================
.. py:class:: mindspore.ops.bessel_y0
@ -15,5 +15,5 @@ mindspore.ops.bessel_y0
**异常:**
- **TypeError** - `x`不是Tensor。
- **TypeError** - `x`的数据类型不是float16float32或float64。
- **TypeError** - `x` 不是Tensor。
- **TypeError** - `x` 的数据类型不是float16float32或float64。

View File

@ -1,5 +1,5 @@
mindspore.ops.bessel_y1
=====================
=======================
.. py:class:: mindspore.ops.bessel_y1
@ -15,5 +15,5 @@ mindspore.ops.bessel_y1
**异常:**
- **TypeError** - `x`不是Tensor。
- **TypeError** - `x`的数据类型不是float16float32或float64。
- **TypeError** - `x` 不是Tensor。
- **TypeError** - `x` 的数据类型不是float16float32或float64。

View File

@ -2108,7 +2108,7 @@ def cdist(x, y, p=2.0):
"""
Computes batched the p-norm distance between each pair of the two collections of row vectors.
Refer to :func:'mindspore.ops.cdist' for more detal
Refer to :func:`mindspore.ops.cdist` for more detal
Supported Platforms:
``Ascend`` ``CPU``