Skip to content

Commit

Permalink
fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Jun 29, 2019
1 parent 93ca52d commit f6425c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoopt/tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ManifoldTensor(torch.Tensor):
Other Parameters
----------------
manifold : :class:`geoopt.Manifold`
A manifold for the tensor, (default: :class:`geoopt.Euclidean`)
A manifold for the tensor, (default: :class:`geoopt.R`)
"""

def __new__(cls, *args, manifold=R(), requires_grad=False, **kwargs):
Expand Down

0 comments on commit f6425c1

Please sign in to comment.