Browse Source

fix comment error

tags/v0.5.0-beta
heleiwang 5 years ago
parent
commit
ea7d2fc535
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