From f3b77e6974b88953e435e355a63d93332c237cbc Mon Sep 17 00:00:00 2001 From: Yi Huaijie Date: Thu, 15 Oct 2020 19:15:58 +0800 Subject: [PATCH] fix example error --- mindspore/common/seed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/common/seed.py b/mindspore/common/seed.py index 5a24fd0c07..35488f1dd6 100644 --- a/mindspore/common/seed.py +++ b/mindspore/common/seed.py @@ -207,7 +207,7 @@ def _get_graph_seed(op_seed, kernel_name): Interger. The current graph-level seed. Examples: - >>> _get_seed(seed, 'normal') + >>> _get_graph_seed(seed, 'normal') """ global_seed = get_seed() if global_seed is None: