Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed May 25, 2022
1 parent ab1086d commit 3350693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_geometric/nn/aggr/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class Aggregation(torch.nn.Module, ABC):
r"""An abstract base class for writing aggregations."""
r"""An abstract base class for implementing custom aggregations."""
@abstractmethod
def forward(self, x: Tensor, index: Optional[Tensor] = None, *,
ptr: Optional[Tensor] = None, dim_size: Optional[int] = None,
Expand Down

0 comments on commit 3350693

Please sign in to comment.