提交 20644772 编写于 作者: A askskro 提交者: François Chollet

Typo in docstring for softplus (#10277)

Softplus docstring missing a parenthesis.
上级 c77267af
......@@ -89,7 +89,7 @@ def softplus(x):
x: Input tensor.
# Returns
The softplus activation: `log(exp(x) + 1`.
The softplus activation: `log(exp(x) + 1)`.
"""
return K.softplus(x)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册