Skip to content

Commit 92da94e

Browse files
authored
fix error
1 parent b368b08 commit 92da94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/paddle/nn/PReLU_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PReLU 激活层(PReLU Activation Operator)。计算公式如下:
1212
1313
PReLU(x) = max(0, x) + weight * min(0, x)
1414
15-
其中,:math: ``x`` 为输入的 Tensor。
15+
其中,:math:`x` 为输入的 Tensor。
1616

1717
参数
1818
::::::::::

0 commit comments

Comments
 (0)