diff --git a/python/damask/util.py b/python/damask/util.py index f6d67fb37..610d3f88a 100644 --- a/python/damask/util.py +++ b/python/damask/util.py @@ -468,8 +468,8 @@ def shapeshifter(fro: _Tuple[int, ...], new_dims : tuple Dimensions for reshape. - Example - ------- + Examples + -------- >>> import numpy as np >>> from damask import util >>> a = np.ones((3,4,2))