Browse Source

!2267 Fix comment errors in graphdata

Merge pull request !2267 from heleiwang/fix_doc
tags/v0.5.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
0d98139f16
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/dataset/engine/graphdata.py

+ 1
- 1
mindspore/dataset/engine/graphdata.py View File

@@ -214,7 +214,7 @@ class GraphData:

Returns:
Dict: Meta information of the graph. The key is node_type, edge_type, node_num, edge_num,
node_feature_type and edge_feature_type.
node_feature_type and edge_feature_type.
"""
return self._graph.graph_info()



Loading…
Cancel
Save