Skip to content

Commit

Permalink
fixed syntax error occured while importing deepsnap.graph.Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsitmantri committed Sep 15, 2021
1 parent 6f1279f commit afc05f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notes/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ attribute name :attr:`node_feature`.
import torch
import networkx as nx
rom deepsnap.graph import Graph
from deepsnap.graph import Graph
G = nx.Graph()
G.add_node(0, node_feature=torch.tensor([1,2,3]))
Expand Down

0 comments on commit afc05f7

Please sign in to comment.