Skip to content

Commit 80ee069

Browse files
committed
Refince comments.
test=develop
1 parent 60229c1 commit 80ee069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ def reset(self, executor, reset_program=None):
712712
reset metric states at the begin of each pass/user specified batch.
713713
714714
Args:
715-
executor(Executor|ParallelExecutor): a executor for executing
715+
executor(Executor): a executor for executing
716716
the reset_program.
717717
reset_program(Program|None): a single Program for reset process.
718718
If None, will create a Program.

0 commit comments

Comments
 (0)