From 1e46ab2e3ebbee882aa229dd0a8793415e18f3f3 Mon Sep 17 00:00:00 2001 From: chengduozh Date: Fri, 15 Feb 2019 18:57:21 +0800 Subject: [PATCH] follow comment test=develop --- python/paddle/fluid/layers/nn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/layers/nn.py b/python/paddle/fluid/layers/nn.py index f4c4fc3b65..3183a49794 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: -- GitLab