Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jul 3, 2019
1 parent f1f2299 commit 5bb661c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions torch_geometric/transforms/polar.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@


class Polar(object):
r"""Saves the relative polar coordinates of linked nodes in its edge
attributes.
r"""Saves the polar coordinates of linked nodes in its edge attributes.
Args:
norm (bool, optional): If set to :obj:`False`, the output will not be
Expand Down
3 changes: 1 addition & 2 deletions torch_geometric/transforms/spherical.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@


class Spherical(object):
r"""Saves the relative spherical coordinates of linked nodes in its edge
attributes.
r"""Saves the spherical coordinates of linked nodes in its edge attributes.
Args:
norm (bool, optional): If set to :obj:`False`, the output will not be
Expand Down

0 comments on commit 5bb661c

Please sign in to comment.