diff --git a/paddle/operators/sequence_pool_op.cc b/paddle/operators/sequence_pool_op.cc index 731da8848d287eb427ae0f4e3e6e3a560d32efae..b84ee209c9f6cdc3529575ed098ad64a92e538dc 100644 --- a/paddle/operators/sequence_pool_op.cc +++ b/paddle/operators/sequence_pool_op.cc @@ -45,8 +45,8 @@ class SequencePoolOpMaker : public framework::OpProtoAndCheckerMaker { "(Tensor) The output of SequencePoolOp does not contain LoD " "infomation."); AddOutput("MaxIndex", - "(Tensor) This tensor is used for the max-pooling " - "of sequence to record the max indexes.") + "(Tensor) This tensor is used for the sequence max-pooling " + "to record the max indexes.") .AsIntermediate(); AddAttr( "pooltype",