From 7931f8dcbd9ee93825de6788e250c866610267d7 Mon Sep 17 00:00:00 2001 From: shippingwang Date: Wed, 17 Oct 2018 07:12:36 +0000 Subject: [PATCH] test=release/1.0.0 --- python/paddle/utils/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/utils/plot.py b/python/paddle/utils/plot.py index bd6cef1ef2..172436a131 100644 --- a/python/paddle/utils/plot.py +++ b/python/paddle/utils/plot.py @@ -36,7 +36,7 @@ class Ploter(object): Args: title: assign the title of input data. step: x_axis of the data. - value: y_axis of the data + value: y_axis of the data. """ def __init__(self, *args): -- GitLab