Skip to content

Commit

Permalink
fix an indent bug for HGT in doc (#4963)
Browse files Browse the repository at this point in the history
  • Loading branch information
meettyj authored Jul 12, 2022
1 parent fa15c8d commit 6f62e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notes/heterogeneous.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ These operators can be directly used to build heterogeneous GNN models as can be
for _ in range(num_layers):
conv = HGTConv(hidden_channels, hidden_channels, data.metadata(),
num_heads, group='sum')
self.convs.append(conv)
self.convs.append(conv)
self.lin = Linear(hidden_channels, out_channels)
Expand Down

0 comments on commit 6f62e53

Please sign in to comment.