fixed typo

This commit is contained in:
Philip Eisenlohr 2022-06-09 17:23:16 -04:00
parent 8fefc46f38
commit d10516e0b6
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ class Orientation(Rotation,Crystal):
elif self.family == 'triclinic':
return np.ones(rho_abs.shape[:-1]).astype(bool)
else:
raise(TypeError, f'unknown symmetry "{self.family}"')
raise TypeError(f'unknown symmetry "{self.family}"')
@property