diff --git a/python/damask/_crystal.py b/python/damask/_crystal.py index 73d9f031c..2c2c4eba8 100644 --- a/python/damask/_crystal.py +++ b/python/damask/_crystal.py @@ -320,8 +320,8 @@ class Crystal(): Returns ------- - vector : numpy.ndarray of shape (...,3) or (N,...,3) - Crystal frame vector (or vectors if with_symmetry) along [uvw] direction or (hkl) plane normal. + vector : numpy.ndarray of shape (...,3) + Crystal frame vector along [uvw] direction or (hkl) plane normal. """ if (uvw is not None) ^ (hkl is None):