diff --git a/python/paddle/fluid/framework.py b/python/paddle/fluid/framework.py index 39d4017861..401e26f474 100644 --- a/python/paddle/fluid/framework.py +++ b/python/paddle/fluid/framework.py @@ -838,7 +838,7 @@ class Block(object): def sync_with_cpp(self): """ - Sync with the desc on the c++ end. + Sync from the desc on the c++ end. This method is used to synchronize the c++ desc instance generated by backward. """