Skip to content

Commit c1ceded

Browse files
fix heterograph docstring
1 parent 1687abe commit c1ceded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNNGraphs/src/gnnheterograph/gnnheterograph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It is similar to [`GNNGraph`](@ref) but nodes and edges are of different types.
2525
2626
# Fields
2727
28-
- `graph`: A dictionary that maps (source_type, edge_type, target_type) triples to (source, target) index vectors.
28+
- `graph`: A dictionary that maps `(source_type, edge_type, target_type)` triples to `(source, target)` index vectors.
2929
- `num_nodes`: The number of nodes for each type.
3030
- `num_edges`: The number of edges for each type.
3131
- `ndata`: Node features.

0 commit comments

Comments
 (0)