Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 20, 2022
1 parent 4ea6807 commit 65cd388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch_geometric/transforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@

from torch_geometric.deprecation import deprecated # noqa

NeighborTranslate = deprecated("use 'transforms.RandomJitter' instead",
'transforms.RandomTranslate')(RandomJitter)
RandomTranslate = deprecated("use 'transforms.RandomJitter' instead",
'transforms.RandomTranslate')(RandomJitter)

0 comments on commit 65cd388

Please sign in to comment.