fixed typo
This commit is contained in:
parent
32aff9d966
commit
735952bd32
|
@ -14,8 +14,8 @@ from . import tensor # noqa
|
|||
from . import mechanics # noqa
|
||||
from . import solver # noqa
|
||||
from . import grid_filters # noqa
|
||||
#Modules that contain only one class (of the same name), are prefixed by a '_'.
|
||||
#For example, '_colormap' containsa class called 'Colormap' which is imported as 'damask.Colormap'.
|
||||
# Modules that contain only one class (of the same name), are prefixed by a '_'.
|
||||
# For example, '_colormap' contains a class called 'Colormap' which is imported as 'damask.Colormap'.
|
||||
from ._rotation import Rotation # noqa
|
||||
from ._crystal import Crystal # noqa
|
||||
from ._orientation import Orientation # noqa
|
||||
|
|
Loading…
Reference in New Issue