modify format

This commit is contained in:
huodagu 2022-05-12 17:05:12 +08:00
parent 1468edb03b
commit b1656f8673
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

@ -2073,7 +2073,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``