Skip to content

Commit 7931f8d

Browse files
committed
test=release/1.0.0
1 parent aca05d5 commit 7931f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/utils/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Ploter(object):
3636
Args:
3737
title: assign the title of input data.
3838
step: x_axis of the data.
39-
value: y_axis of the data
39+
value: y_axis of the data.
4040
"""
4141

4242
def __init__(self, *args):

0 commit comments

Comments
 (0)