diff --git a/develop/api_doc/v2/fluid/layers.html b/develop/api_doc/v2/fluid/layers.html
index 75544c72cbd1fe2dc6fada502f3dcb5b60227082..6279adfbc2555a92e0b54f5670a91a6a4743a9eb 100644
--- a/develop/api_doc/v2/fluid/layers.html
+++ b/develop/api_doc/v2/fluid/layers.html
@@ -887,7 +887,7 @@ all if left is negative.
print_tensor_type (bool) – Print the tensor type.
print_tensor_shape (bool) – Print the tensor shape.
print_tensor_lod (bool) – Print the tensor lod.
-print_phase (bool) – Which phase to displace, including ‘forward’,
+print_phase (str) – Which phase to displace, including ‘forward’,
‘backward’ and ‘both’. If set to ‘backward’ or ‘both’, will
print the gradients of input tensor.
@@ -2214,7 +2214,7 @@ and cell_t_prev not be the same or the 2nd dimensions of
Tensor variable with a single element, otherwise must be in the
range \([-rank(input), rank(input))\). If \(dim < 0\),
the dimension to reduce is \(rank + dim\).
-keep_dim (bool) – Whether to reserve the reduced dimension in the
+keep_dim (bool|False) – Whether to reserve the reduced dimension in the
output Tensor. The result tensor will have one fewer dimension
than the input
unless keep_dim
is true.
name (str|None) – A name for this layer(optional). If set None, the layer