We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b31783 commit 00ca6b9Copy full SHA for 00ca6b9
torch_geometric/nn/aggr/basic.py
@@ -65,7 +65,7 @@ def forward(self, x: Tensor, index: Optional[Tensor] = None,
65
66
67
class MulAggregation(Aggregation):
68
- r"""An aggregation operator that multiples features across a set of
+ r"""An aggregation operator that multiplies features across a set of
69
elements.
70
71
.. math::
0 commit comments