Skip to content

Commit

Permalink
Correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Oct 31, 2024
1 parent ac9f8de commit e444bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytransform3d/rotations/_conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def cross_product_matrix(v):
Returns
-------
V : array-like, shape (3, 3)
V : array, shape (3, 3)
Cross-product matrix
"""
return np.array([[0.0, -v[2], v[1]],
Expand Down

0 comments on commit e444bac

Please sign in to comment.