Skip to content

Commit 00ca6b9

Browse files
committed
update
1 parent 7b31783 commit 00ca6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_geometric/nn/aggr/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def forward(self, x: Tensor, index: Optional[Tensor] = None,
6565

6666

6767
class MulAggregation(Aggregation):
68-
r"""An aggregation operator that multiples features across a set of
68+
r"""An aggregation operator that multiplies features across a set of
6969
elements.
7070
7171
.. math::

0 commit comments

Comments
 (0)