Skip to content

Commit

Permalink
[Tutorial] update typo in line 175 (dmlc#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommytyc authored Jul 3, 2021
1 parent 0884d02 commit 66ad774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/blitz/4_link_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def forward(self, g, in_feat):
# The *positive graph* and the *negative graph* will contain the same set
# of nodes as the original graph. This makes it easier to pass node
# features among multiple graphs for computation. As you will see later,
# you can directly fed the node representations computed on the entire
# you can directly feed the node representations computed on the entire
# graph to the positive and the negative graphs for computing pair-wise
# scores.
#
Expand Down

0 comments on commit 66ad774

Please sign in to comment.