Skip to content

Commit 5bd299e

Browse files
committed
fix typo
1 parent e4bc755 commit 5bd299e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self,
7575
"""
7676
Args:
7777
flatten_param_grads (bool, optional): Whether to flatten all the parameters and grads.
78-
If true, the parameters and gradients will be coalesce to continue mempry,
78+
If true, the parameters and gradients will be coalesce to contiguous mempry,
7979
and the grad_clip ops / optimizer ops will be fuse to one operator.
8080
"""
8181
# Because of the loop import, so place it in the function body

0 commit comments

Comments
 (0)