diff --git a/python/damask/mechanics.py b/python/damask/mechanics.py index 63a20f6f6..2cb036968 100644 --- a/python/damask/mechanics.py +++ b/python/damask/mechanics.py @@ -150,7 +150,7 @@ def rotation(T: _np.ndarray) -> _rotation.Rotation: Returns ------- R : damask.Rotation, shape (...) - Rotational part of the vector. + Rotational part of the tensor. Notes -----