Skip to content

Commit

Permalink
Add missing backslash.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 6, 2021
1 parent 31af669 commit 6104dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rowan/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def to_euler(q, convention="zyx", axis_type="intrinsic"): # noqa: C901
In all cases, the :math:`\alpha` and :math:`\gamma` angles are
between :math:`\pm \pi`. For proper Euler angles, :math:`\beta`
is between :math:`0` and :math:`pi` degrees. For Tait-Bryan
is between :math:`0` and :math:`\pi` degrees. For Tait-Bryan
angles, :math:`\beta` lies between :math:`\pm\pi/2`.
For simplicity, quaternions are converted to matrices, which are
Expand Down

0 comments on commit 6104dc4

Please sign in to comment.