Skip to content

Commit

Permalink
Update dgl.DGLGraph.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jermainewang authored Aug 23, 2020
1 parent bcff14c commit 163398c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api/python/dgl.DGLGraph.rst
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ dgl.DGLGraph

Class for storing graph structure and node/edge feature data.

There are a few ways to create create a DGLGraph:
There are a few ways to create a DGLGraph:

* To create a homogeneous graph from Tensor data, use :func:`dgl.graph`.
* To create a heterogeneous graph from Tensor data, use :func:`dgl.heterograph`.

0 comments on commit 163398c

Please sign in to comment.