!4853 Modify the wrong Space Indentation

Merge pull request !4853 from yepei6/comment
This commit is contained in:
mindspore-ci-bot 2020-08-21 17:44:41 +08:00 committed by Gitee
commit 104e70d333
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class Parameter(MetaTensor):
>>>
>>> def construct(self, x):
>>> out = self.matmul(self.weight, x)
>>> return out
>>> return out
>>> context.set_context(mode=context.GRAPH_MODE, device_target="CPU")
>>> net = Net()
>>> x = Tensor(np.ones((2,1)))