diff --git a/doc/paddle/api/paddle/tensor/manipulation/concat_cn.rst b/doc/paddle/api/paddle/tensor/manipulation/concat_cn.rst index 548f46e7804dd538369b580f52e351c34e3df91c..57d5811af6600c39e40c1872f53300ef2104fac2 100644 --- a/doc/paddle/api/paddle/tensor/manipulation/concat_cn.rst +++ b/doc/paddle/api/paddle/tensor/manipulation/concat_cn.rst @@ -3,7 +3,7 @@ concat ------------------------------- -.. py:function:: paddle.tensor.concat(x, axis=0, name=None) +.. py:function:: paddle.concat(x, axis=0, name=None) 该OP对输入沿 ``axis`` 轴进行联结,返回一个新的Tensor。