Skip to content

Commit ae8a195

Browse files
committed
fix
1 parent f819597 commit ae8a195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api/paddle/atanh_cn.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
atanh
44
-------------------------------
55

6-
.. py:function:: paddle.atanh(x, name=None)
6+
.. py:function:: paddle.atanh(x, name=None, *, out=None)
77
88
Arctanh 函数。
99

@@ -14,6 +14,7 @@ Arctanh 函数。
1414
:::::::::
1515
- **x** (Tensor) - 输入的 Tensor,数据类型为:float32、float64、complex64、complex128。
1616
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name`,一般无需设置,默认值为 None。
17+
- **out** (Tensor,可选)- 输出的结果。该参数为仅关键字参数,默认值为 None。
1718

1819
返回
1920
:::::::::

0 commit comments

Comments
 (0)