Skip to content

Commit 6651301

Browse files
authored
Modify comments of sync_with_cpp
1 parent 535646c commit 6651301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ def prepend_op(self, *args, **kwargs):
838838

839839
def sync_with_cpp(self):
840840
"""
841-
Sync with the desc on the c++ end.
841+
Sync from the desc on the c++ end.
842842
843843
This method is used to synchronize the c++ desc instance generated by backward.
844844
"""

0 commit comments

Comments
 (0)