Skip to content

Commit

Permalink
FIX: __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 18, 2019
1 parent 26c3d64 commit 199683e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scipy/spatial/transform/rotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ class Rotation(object):
Indexing within a rotation is supported since multiple rotation transforms
can be stored within a single `Rotation` instance.
To create `Rotation` objects use `from_...` classmethods, `__init__` is not
supposed to be used directly.
To create `Rotation` objects use `from_...` classmethods, ``Rotation(...)``
is not supposed to be used directly.
Methods
-------
Expand Down

0 comments on commit 199683e

Please sign in to comment.