From 39b6ae5ba6aca4002456c82353f9df627b0b64ce Mon Sep 17 00:00:00 2001 From: liangyongxiong Date: Thu, 23 Sep 2021 11:31:41 +0800 Subject: [PATCH] fix grammar issue in context.py comment --- mindspore/context.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mindspore/context.py b/mindspore/context.py index 08a12b692ff..cc588d07fc3 100644 --- a/mindspore/context.py +++ b/mindspore/context.py @@ -629,8 +629,8 @@ def set_context(**kwargs): configure RDR: - - enable: controls whether the RDR is enabled to collects the key data during training and - saves key data in the fault scenario. When set to true, the RDR will be turned on. + - enable: controls whether the RDR is enabled to collect the key data during training and + save key data in the fault scenario. When set to true, the RDR will be turned on. When set to false, the RDR will be turned off. - path: sets the path where RDR saves data. The current path must be absolute.