Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 2, 2021
1 parent f9a73b9 commit 88c2bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_scatter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
from .segment_coo import segment_mean_coo, segment_min_coo # noqa
from .segment_coo import segment_max_coo, segment_coo, gather_coo # noqa
from .composite import scatter_std, scatter_logsumexp # noqa
from .compisite import scatter_softmax, scatter_log_softmax # noqa
from .composite import scatter_softmax, scatter_log_softmax # noqa

__all__ = [
'scatter_sum',
Expand Down

0 comments on commit 88c2bc1

Please sign in to comment.