removed incorrect parts of help

This commit is contained in:
Philip Eisenlohr 2021-08-16 13:19:10 -04:00 committed by Martin Diehl
parent 16fb60ac48
commit af6a99921f
1 changed files with 2 additions and 2 deletions

View File

@ -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):