Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Oct 31, 2024
1 parent 6e22683 commit acade5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytransform3d/rotations/_quaternions.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def quaternion_gradient(Q, dt=1.0):
Returns
-------
A : array-like, shape (n_steps, 3)
A : array, shape (n_steps, 3)
Angular velocities in a compact axis-angle representation. Each angular
velocity represents the rotational offset after one unit of time.
Angular velocities are given in global frame and will be
Expand Down

0 comments on commit acade5b

Please sign in to comment.