Skip to content

Commit

Permalink
Fixing typo in Send op (#7625)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavarora authored and dzhwinter committed Jan 21, 2018
1 parent 2dc5c69 commit cd775a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/operators/send_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class SendOpMaker : public framework::OpProtoAndCheckerMaker {
AddOutput("Out", "(Tensor) Output tensor to get from server")
.AsDuplicable();
AddComment(R"DOC(
Recv operator
Send operator
This operator will send tensor to recv_op.
)DOC");
Expand Down

0 comments on commit cd775a1

Please sign in to comment.