From af6a99921fcc638bdf94cf20a858196fa440c89e Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 16 Aug 2021 13:19:10 -0400 Subject: [PATCH] removed incorrect parts of help --- python/damask/_crystal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):