diff --git a/python/paddle/fluid/layers/nn.py b/python/paddle/fluid/layers/nn.py index f4c4fc3b650ddb7150bdea100dd854c69fc5538e..3183a497944be302a6f008bb4ac813ca13c42941 100644 --- a/python/paddle/fluid/layers/nn.py +++ b/python/paddle/fluid/layers/nn.py @@ -5938,7 +5938,7 @@ def reshape(x, shape, actual_shape=None, act=None, inplace=False, name=None): inplace(bool): If ``inplace`` is `True`, the input and output of ``layers.reshape`` are the same variable, otherwise, the input and output of ``layers.reshape`` are different variables. Note that if :attr:`x` - is more than one layers' input, ``inplace`` must be :attr:`False`. + is more than one layer's input, ``inplace`` must be :attr:`False`. name (str): The name of this layer. It is optional. Returns: