Unverified Commit ea6195c2 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Doc] fix print issue in tutorial (#4459)

parent 1947d87d
...@@ -183,7 +183,7 @@ print(sg2.edata['a']) ...@@ -183,7 +183,7 @@ print(sg2.edata['a'])
# #
newg = dgl.add_reverse_edges(g) newg = dgl.add_reverse_edges(g)
newg.edges() print(newg.edges())
###################################################################### ######################################################################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment